refactor(rest) require('ncp') -> srvrequire('ncp')

This commit is contained in:
coderaiser 2014-04-07 04:49:32 -04:00
parent 6e618f5089
commit 1ef8af92cb

View file

@ -36,7 +36,7 @@
NOT_LOG = true,
fse = main.require('ncp') || {
fse = main.srvrequire('ncp') || {
copy : function(from, to, callback) {
pipe.create({
from : from,