mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28: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
|
// (prior to the renme), we try to rename
|
||||||
// on behalf of the user
|
// on behalf of the user
|
||||||
try {
|
try {
|
||||||
const stat = statSync(pathLegacy);
|
statSync(pathLegacy);
|
||||||
renameSync(pathLegacy, path);
|
renameSync(pathLegacy, path);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
// ignore
|
// ignore
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue