diff --git a/src/watch.js b/src/watch.js index 72068b2..c6df766 100644 --- a/src/watch.js +++ b/src/watch.js @@ -67,6 +67,7 @@ function onExit() { log("INFO", `Deleted "index.html" file`); if (fs.existsSync(OutPath) && OutPath != ParPath) { + fs.rmdirSync(`${OutPath}`, { recursive: true }); log("INFO", `Deleted output folder`); }