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 b51ec1c commit 65e9a63Copy full SHA for 65e9a63
src/helpers/serverModuleHelpers.js
@@ -110,7 +110,6 @@ module.exports.fixServerTs = fixServerTs
110
111
const revertServerTsFix = async function () {
112
if (needSwapping && serverModuleLocation && serverModuleBackupLocation) {
113
-
114
await rm(serverModuleLocation)
115
await rename(serverModuleBackupLocation, serverModuleLocation)
116
// set it to false to not attempt to swap back more times than one
src/index.js
@@ -71,5 +71,5 @@ module.exports = {
71
},
72
async onEnd() {
73
await revertServerTsFix()
74
- }
+ },
75
}
0 commit comments