1
0
Fork 0
forked from svrjs/svrjs

chore: add a notice about the cluster shim being used for Deno in index.js file

This commit is contained in:
Dorian Niemiec 2024-10-18 20:09:42 +02:00
parent b1a40e7a20
commit 648cf488d9

View file

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