mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
lint
This commit is contained in:
parent
e9010858ad
commit
787fb0f604
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue