We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On MacOS systems, (as mentioned in the bottom of the README) an absolute path is required to run commands when terminal mode is off.
Steps to reproduce the behavior:
command
"node ${path.join(__dirname, './tester.js')} $_URL_"
terminal
false
It should run the command like a user is doing so.
The text was updated successfully, but these errors were encountered:
Please fix requested changes
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug:
On MacOS systems, (as mentioned in the bottom of the README) an absolute path is required to run commands when terminal mode is off.
To Reproduce:
Steps to reproduce the behavior:
command
to use a non built-in command, such as"node ${path.join(__dirname, './tester.js')} $_URL_"
(See how it uses node?)terminal
tofalse
in the configuration.Expected behavior:
It should run the command like a user is doing so.
The text was updated successfully, but these errors were encountered: