chore: follow up to #13626, fix compilation
This commit is contained in:
parent
06645b0a1f
commit
f3ba9f30fc
|
|
@ -11,4 +11,4 @@ setTimeout(() => {
|
|||
response.end(process.env.FOO);
|
||||
});
|
||||
});
|
||||
}, process.argv[3] ? +process.argv[3] : 0));
|
||||
}, process.argv[3] ? +process.argv[3] : 0);
|
||||
|
|
|
|||
Loading…
Reference in a new issue