From 648cf488d972a7eb69255cae7df8afba4a04ed4d Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Fri, 18 Oct 2024 20:09:42 +0200 Subject: [PATCH] chore: add a notice about the cluster shim being used for Deno in index.js file --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index fd19193..1b839e8 100644 --- a/src/index.js +++ b/src/index.js @@ -199,7 +199,7 @@ if (!fs.existsSync(process.dirname + "/mods")) if (!fs.existsSync(process.dirname + "/temp")) fs.mkdirSync(process.dirname + "/temp"); -const cluster = require("./utils/clusterShim.js"); // Cluster module with shim for Bun +const cluster = require("./utils/clusterShim.js"); // Cluster module with shim for Bun and Deno const legacyModWrapper = require("./utils/legacyModWrapper.js"); const generateErrorStack = require("./utils/generateErrorStack.js"); const {