rails-erb-loader icon indicating copy to clipboard operation
rails-erb-loader copied to clipboard

use quotes to reference the runnerPath when spewing the command fixes #105

Open jwoodrow opened this issue 4 years ago • 2 comments

Looks like the rails runner interprets anything starting with a / as a regex so when the runnerPath ends up being an absolute path it breaks.

fixes #105

jwoodrow avatar Nov 07 '21 16:11 jwoodrow

Thanks for your PR! Is it possible to add a test case to ensure this won't be broken again?

PikachuEXE avatar Nov 08 '21 02:11 PikachuEXE