Skip to content

Commit 4a10d02

Browse files
committed
JT: --jexceptions needs --experimental-options
1 parent 16e900e commit 4a10d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/jt.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ def run_ruby(*args)
724724
when '--jdebug'
725725
vm_args << JDEBUG
726726
when '--jexception', '--jexceptions'
727-
vm_args << JEXCEPTION
727+
vm_args << '--experimental-options' << JEXCEPTION
728728
when '--server'
729729
vm_args += %w[--instrumentation_server_port=8080]
730730
when '--infopoints'

0 commit comments

Comments
 (0)