Skip to content

Commit

Permalink
vnu-jar.js: quote vnu path (#33016)
Browse files Browse the repository at this point in the history
Should work now with folders with spaces
  • Loading branch information
XhmikosR committed Feb 17, 2021
1 parent 9c264db commit 6487ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/vnu-jar.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ childProcess.exec('java -version', (error, stdout, stderr) => {

const args = [
'-jar',
vnu,
`"${vnu}"`,
'--asciiquotes',
'--skip-non-html',
// Ignore the language code warnings
Expand Down

0 comments on commit 6487ba7

Please sign in to comment.