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
Running on save commands...
*** cmd start: draw.io --crop --export -f pdf "myfile.drawio"
draw.io: bad option: --crop
draw.io: bad option: --export
draw.io: bad option: -f
Run on Save done.
yet when manually running that exact command (draw.io --crop --export -f pdf "myfile.drawio") in the terminal, it works just fine.
What's going on here, and how can I get around this?
//EDIT: It apparently runs node instead of the application specified. No idea why.
Running on save commands...
*** cmd start: draw.io --help
Usage: node [options] [ script.js ] [arguments]
node inspect [options] [ script.js | host:port ] [arguments]
Options:
- script read from stdin (default if no
file name is provided, interactive mode
if a tty)
-- indicate the end of node options
--abort-on-uncaught-exception
aborting instead of exiting causes a
core file to be generated for analysis
-c, --check syntax check script without executing
--completion-bash print source-able bash completion
script
[...]
Documentation can be found at https://nodejs.org/
Run on Save done.
The text was updated successfully, but these errors were encountered:
My config is
when running it, I get
yet when manually running that exact command (
draw.io --crop --export -f pdf "myfile.drawio"
) in the terminal, it works just fine.What's going on here, and how can I get around this?
//EDIT: It apparently runs node instead of the application specified. No idea why.
The text was updated successfully, but these errors were encountered: