1
0
Fork 0
forked from svrjs/svrjs

Lint out the codebase

This commit is contained in:
Dorian Niemiec 2024-08-27 11:03:51 +02:00
parent 7a14e4508c
commit 2872be5b5b

View file

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