Skip to content

Commit

Permalink
Rhino from 1.8.0 runs with VERSION_ES6 language level by default
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Jan 10, 2025
1 parent c446723 commit d242c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/compat/rhino-adapter.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const [path] = argv._;

await $`java -jar ${ path } -version 200 -require tests/compat/rhino-runner.js`;
await $`java -jar ${ path } -require tests/compat/rhino-runner.js`;

0 comments on commit d242c51

Please sign in to comment.