| author | Eric Roberts
<eric@devl.me> 2026-08-24 15:09:05 UTC |
| committer | Stephen Paul Weber
<singpolyma@singpolyma.net> 2026-08-24 16:03:15 UTC |
| parent | 95cb50e5427514332d7ddc9af2929833bad740a6 |
| testjs.hxml | +1 | -1 |
diff --git a/testjs.hxml b/testjs.hxml index 8c49a45..bc5f466 100644 --- a/testjs.hxml +++ b/testjs.hxml @@ -23,4 +23,4 @@ --js .cache/test.js --cmd npx -p typescript@6 -p cjstoesm cjstoesm -s true .cache/test.js ---cmd nodejs --disable-warning=ExperimentalWarning .cache/test.js +--cmd node --disable-warning=ExperimentalWarning .cache/test.js