-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
When executing Ruby-Instarepl on Windows, it causes "Invalid argument" error as below
ruby: Invalid argument -- "C:/Users/yutaka/AppData/Local/LightTable/plugins/Ruby
_Instarepl/rb-src/lt_client.rb" (LoadError)
After investigating, I found that lt-ruby invoked ruby with following argument, and it causes the error above.
ruby ""C:\Users\yutaka\AppData\Local\LightTable\plugins\Ruby_Instarepl\rb-src\lt_client.rb"" 63336 985
It looks like lt_client.rb is over-quoted and function escape-spaces needs to be revised...
Versions:
Light Table 0.6.7
ruby 2.0.0p481 (2014-05-08) [x64-mingw32]
Ruby-instarepl 0.0.15
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels