mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
vnu-jar.js: quote vnu path (#33016)
Should work now with folders with spaces
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user