mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
chore(ncp) add strict mode
This commit is contained in:
parent
134499ab9b
commit
5c18ca4295
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,8 @@ module.exports = ncp;
|
|||
ncp.ncp = ncp;
|
||||
|
||||
function ncp (source, dest, options, callback) {
|
||||
'use strict';
|
||||
|
||||
var cback = callback;
|
||||
|
||||
if (!callback) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue