Skip to content

Commit

Permalink
One more small revert for #3361
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Jul 12, 2024
1 parent a50dd0a commit d3198ce
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -1171,8 +1171,6 @@ Arguments:
// this.logger.forceLog(`File removed: ${path}`);
this.fileSystemSearch.delete(path);
});

process.on("SIGINT", async () => await this.stopWatch());
}

async stopWatch() {
Expand All @@ -1185,8 +1183,6 @@ Arguments:
debug("Cleaning up chokidar and server instances, if they exist.");
await this.eleventyServe.close();
await this.watcher.close();

process.exitCode = 0;
}

/**
Expand Down

0 comments on commit d3198ce

Please sign in to comment.