slavery-js
Version:
A simple clustering app that allows you to scale an application on multiple thread, containers or machines
12 lines • 321 B
JavaScript
import "../chunk-V6TY7KAL.js";
const log = (...args) => {
if (process.env.debug === "true") {
let pretext = process.env.type ? process.env.type : "Primary";
console.log(`[${pretext}]`, ...args);
} else return null;
};
var log_default = log;
export {
log_default as default
};
//# sourceMappingURL=log.js.map