mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-06 13:46:42 +02:00
vnu-jar.js: quote vnu path (#33016)
Should work now with folders with spaces
This commit is contained in:
@@ -42,7 +42,7 @@ childProcess.exec('java -version', (error, stdout, stderr) => {
|
|||||||
|
|
||||||
const args = [
|
const args = [
|
||||||
'-jar',
|
'-jar',
|
||||||
vnu,
|
`"${vnu}"`,
|
||||||
'--asciiquotes',
|
'--asciiquotes',
|
||||||
'--skip-non-html',
|
'--skip-non-html',
|
||||||
// Ignore the language code warnings
|
// Ignore the language code warnings
|
||||||
|
Reference in New Issue
Block a user