From 787fb0f604ca2ea037ffa6c9f92b8773c11e26db Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Thu, 6 Oct 2016 08:31:31 -0700 Subject: [PATCH] lint --- app/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config.js b/app/config.js index f9d30939..f304cbd1 100644 --- a/app/config.js +++ b/app/config.js @@ -77,7 +77,7 @@ exports.init = function () { // (prior to the renme), we try to rename // on behalf of the user try { - const stat = statSync(pathLegacy); + statSync(pathLegacy); renameSync(pathLegacy, path); } catch (err) { // ignore