task: can use env -S in ubuntu 20 and above

This commit is contained in:
Girish Ramakrishnan
2025-06-16 14:18:49 +02:00
parent 1ba9513a4e
commit 69cb8c5a0a
2 changed files with 2 additions and 3 deletions

View File

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