From 2872be5b5bb0405377f018a3978766adf1679c53 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Tue, 27 Aug 2024 11:03:51 +0200 Subject: [PATCH] Lint out the codebase --- src/utils/clusterBunShim.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {