We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43ac783 commit 0ae0591Copy full SHA for 0ae0591
1 file changed
Rakefile
@@ -346,5 +346,5 @@ def start_testacular(config, singleRun, browsers, misc_options)
346
"#{config} " +
347
"#{'--single-run=true' if singleRun} " +
348
"#{'--browsers=' + browsers.gsub('+', ',') if browsers} " +
349
- "#{misc_options}"
+ "#{(misc_options || '').gsub('+', ',')}"
350
end
0 commit comments