This commit is contained in:
Guillermo Rauch 2016-10-06 08:31:31 -07:00
parent e9010858ad
commit 787fb0f604

View file

@ -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