diff options
author | Ry Dahl <ry@tinyclouds.org> | 2020-01-15 19:21:35 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-15 19:21:35 -0500 |
commit | a4dde552de8fced4cfdff7f0127b51e1d2eabca5 (patch) | |
tree | 6590ed26f995522746948601b281987ece5c8ff3 /std/installer/mod.ts | |
parent | 3eab20ce42458fced42dcd031958b07113322e0a (diff) |
Revert "feat(flags): script arguments come after '--'" (#3681)
Due to complaints about ergonomics and because it breaks shebang on
linux.
This reverts commit 2d5457df15d8c4a81362bb2d185b5c6013faa1d8.
BREAKING CHANGE
Diffstat (limited to 'std/installer/mod.ts')
-rw-r--r-- | std/installer/mod.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/std/installer/mod.ts b/std/installer/mod.ts index 1d9558520..ce6c40f37 100644 --- a/std/installer/mod.ts +++ b/std/installer/mod.ts @@ -255,7 +255,6 @@ export async function install( "run", ...grantedPermissions.map(getFlagFromPermission), moduleUrl, - "--", ...scriptArgs ]; |