Skip to content

Commit 787fb0f

Browse files
committed
lint
1 parent e901085 commit 787fb0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ exports.init = function () {
7777
// (prior to the renme), we try to rename
7878
// on behalf of the user
7979
try {
80-
const stat = statSync(pathLegacy);
80+
statSync(pathLegacy);
8181
renameSync(pathLegacy, path);
8282
} catch (err) {
8383
// ignore

0 commit comments

Comments
 (0)