We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e901085 commit 787fb0fCopy full SHA for 787fb0f
app/config.js
@@ -77,7 +77,7 @@ exports.init = function () {
77
// (prior to the renme), we try to rename
78
// on behalf of the user
79
try {
80
- const stat = statSync(pathLegacy);
+ statSync(pathLegacy);
81
renameSync(pathLegacy, path);
82
} catch (err) {
83
// ignore
0 commit comments