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.
1 parent dab85d6 commit 1b79880Copy full SHA for 1b79880
README.md
@@ -172,8 +172,7 @@ export default {
172
this.send_to_terminal = data
173
} else {
174
// Else send error message in output of shell
175
- this.send_to_terminal = `
176
- '${val}' is not recognized as an internal command or external, an executable program or a batch file.`
+ this.send_to_terminal = `'${val}' is not recognized as an internal command or external, an executable program or a batch file`
177
}
178
179
0 commit comments