mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 02:29:23 +00:00
refactor(rest) require('ncp') -> srvrequire('ncp')
This commit is contained in:
parent
6e618f5089
commit
1ef8af92cb
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
|||
|
||||
NOT_LOG = true,
|
||||
|
||||
fse = main.require('ncp') || {
|
||||
fse = main.srvrequire('ncp') || {
|
||||
copy : function(from, to, callback) {
|
||||
pipe.create({
|
||||
from : from,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue