Revert "taskworker: put the arg in shebang line"

Not supported on ubuntu 18

This reverts commit e6edc4e999.
This commit is contained in:
Johannes Zellner
2021-05-14 10:51:37 +02:00
parent 170efbcb5e
commit a43e804ee2
2 changed files with 2 additions and 2 deletions

View File

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