mirror of
https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git
synced 2025-05-12 11:30:01 -04:00
More commenting; fix some theoretical issues with proxyServiceValidator.js.
This commit is contained in:
parent
cb33731bc9
commit
09ff7da557
2 changed files with 81 additions and 34 deletions
|
@ -179,8 +179,8 @@ commands: for (let i = 2; i < process.argv.length; i++)
|
|||
process.exitCode = 1;
|
||||
});
|
||||
tempServer.stdout.on('data', () => {
|
||||
// Kill the server and start a new one if there were no startup errors.
|
||||
// Restarting is necessary to prevent the workflow check from hanging.
|
||||
// There are no startup errors by this point, so kill the server and start
|
||||
// over. The restart alters stdio to prevent the workflow check from hanging.
|
||||
tempServer.kill();
|
||||
const server = fork(
|
||||
fileURLToPath(new URL('./backend.js', import.meta.url)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue