diff options
| author | Cameron Dutro <camertron@gmail.com> | 2024-01-15 12:03:53 -0800 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2024-01-16 19:19:30 +0000 |
| commit | 8cbba87ca85b388bb896d9732973e8e1555e5b93 (patch) | |
| tree | f1878b871ab1d364d61cc0bdc89c6fdf209ac0b1 | |
| parent | d124124c1613ec5e6b4770252e16d714f7b05e91 (diff) | |
[ruby/prism] Add parse options to JavaScript's parsePrism function
https://github.com/ruby/prism/commit/d7fe7c7ae7
| -rw-r--r-- | lib/prism/ffi.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/prism/ffi.rb b/lib/prism/ffi.rb index 4c42e5061b..43f414504c 100644 --- a/lib/prism/ffi.rb +++ b/lib/prism/ffi.rb @@ -296,7 +296,7 @@ module Prism values << 0 end - template << "L" + template << "l" values << options.fetch(:line, 1) template << "L" |
