taskworker: put the arg in shebang line

otherwise, it gets passed as an arg to the script and is visible in process.argv!
This commit is contained in:
Girish Ramakrishnan
2021-05-13 22:49:13 -07:00
parent b7643ae3b3
commit e6edc4e999
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env node
#!/usr/bin/env -S node --unhandled-rejections=strict
'use strict';