chore: follow up to #13626, fix compilation

This commit is contained in:
Pavel Feldman 2022-04-19 13:33:05 -07:00
parent 06645b0a1f
commit f3ba9f30fc

View File

@ -11,4 +11,4 @@ setTimeout(() => {
response.end(process.env.FOO); response.end(process.env.FOO);
}); });
}); });
}, process.argv[3] ? +process.argv[3] : 0)); }, process.argv[3] ? +process.argv[3] : 0);