Skip to content

Commit dae6901

Browse files
committed
surpress warning
`exe/rdbg:25: warning: `**' interpreted as argument prefix` with `RUBYOPT=-w`
1 parent b4c3420 commit dae6901

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exe/rdbg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ when :start
2222

2323
when :attach
2424
require_relative "../lib/debug/client"
25-
::DEBUGGER__::CONFIG.set_config **config
25+
::DEBUGGER__::CONFIG.set_config(**config)
2626

2727
begin
2828
if ARGV.empty? && config[:port]

0 commit comments

Comments
 (0)