From fed1b4e1f369cfc403e9dae40d465f6945c4ac4d Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 24 May 2016 20:08:13 +0300 Subject: [PATCH] chore(rest) copy: "to" implicitly declared --- lib/server/rest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/server/rest.js b/lib/server/rest.js index 22cf7835..8ec765dd 100644 --- a/lib/server/rest.js +++ b/lib/server/rest.js @@ -354,7 +354,7 @@ copy = function() { var isLast, name, - from = files.from; + from = files.from, to = files.to; if (names) {