You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using jruby 1.7.9 (1.9.3p392) 2013-12-06 87b108a on Java HotSpot(TM) 64-Bit Server VM 1.7.0_45-b18 [darwin-x86_64]
it throws a TypeError
TypeError: wrong exec option: [:out, :err]
_spawn_internal at org/jruby/RubyProcess.java:1067
spawn at file:/Users/lorenzo/.rubies/jruby-1.7.9/lib/jruby.jar!/jruby/kernel19/process.rb:13
(root) at foo.rb:1
The text was updated successfully, but these errors were encountered:
This snippet works on MRI 1.9.3 - as per the examples in http://ruby-doc.org/core-1.9.3/Process.html#method-c-spawn
Using jruby 1.7.9 (1.9.3p392) 2013-12-06 87b108a on Java HotSpot(TM) 64-Bit Server VM 1.7.0_45-b18 [darwin-x86_64]
it throws a TypeError
The text was updated successfully, but these errors were encountered: