mirror of
https://github.com/LukeHagar/crossws.git
synced 2025-12-06 04:19:26 +00:00
remove log
This commit is contained in:
@@ -157,7 +157,6 @@ export function wsTestsExec(
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
if (process.env.TEST_DEBUG || !opts.silent) {
|
if (process.env.TEST_DEBUG || !opts.silent) {
|
||||||
console.log("hooking stderr");
|
|
||||||
childProc.stderr!.on("data", (chunk) => {
|
childProc.stderr!.on("data", (chunk) => {
|
||||||
console.log(chunk.toString());
|
console.log(chunk.toString());
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user