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:
parent
b1a40e7a20
commit
648cf488d9
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ if (!fs.existsSync(process.dirname + "/mods"))
|
||||||
if (!fs.existsSync(process.dirname + "/temp"))
|
if (!fs.existsSync(process.dirname + "/temp"))
|
||||||
fs.mkdirSync(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 legacyModWrapper = require("./utils/legacyModWrapper.js");
|
||||||
const generateErrorStack = require("./utils/generateErrorStack.js");
|
const generateErrorStack = require("./utils/generateErrorStack.js");
|
||||||
const {
|
const {
|
||||||
|
|
Reference in a new issue