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
This could be some oddity in how powershell passes arguments through to our launcher:
PS C:\dev\jruby> jruby -Xbacktrace.style=raw -e 1
jruby: warning: unknown property jruby.backtrace
Error opening script file: C:/dev/jruby/.style=raw (The system cannot find the file specified)
The . is improperly being treated as the end of our argument. PowerShell appears to be splitting incoming arguments at .. I'm not sure how to fix this in the launcher other than detecting we're on PowerShell and de-mangling those arguments :-(
This is running from a self-built clone, rather than using installer.