We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca6724a + cac568f commit edd6999Copy full SHA for edd6999
arduino-core/src/processing/app/windows/Platform.java
@@ -126,7 +126,7 @@ public void openURL(String url) throws Exception {
126
// open dos prompt, give it 'start' command, which will
127
// open the url properly. start by itself won't work since
128
// it appears to need cmd
129
- Runtime.getRuntime().exec("cmd /c start " + url);
+ Runtime.getRuntime().exec("cmd /c start \"\" \"" + url + "\"");
130
} else {
131
// just launching the .html file via the shell works
132
// but make sure to chmod +x the .html files first
0 commit comments