From 5c18ca4295a366614d997b149aa3d0ee8c9c6503 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 10 Apr 2014 10:17:50 -0400 Subject: [PATCH] chore(ncp) add strict mode --- lib/server/ncp.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/server/ncp.js b/lib/server/ncp.js index 2d23ff2b..7e065e39 100644 --- a/lib/server/ncp.js +++ b/lib/server/ncp.js @@ -7,6 +7,8 @@ module.exports = ncp; ncp.ncp = ncp; function ncp (source, dest, options, callback) { + 'use strict'; + var cback = callback; if (!callback) {