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