diff --git a/src/utils/clusterBunShim.js b/src/utils/clusterBunShim.js index 51beaf5..d090b1a 100644 --- a/src/utils/clusterBunShim.js +++ b/src/utils/clusterBunShim.js @@ -119,7 +119,8 @@ if (!process.singleThreaded) { let oldLog = console.log; console.log = (...params) => { if ( - params[0] == "ChildProcess.prototype.send() - Sorry! Not implemented yet" + params[0] == + "ChildProcess.prototype.send() - Sorry! Not implemented yet" ) { throw new Error("NOT IMPLEMENTED"); } else {