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