From 28aba43ae0c0c09916f647c6b3edf1c6e02517f9 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 9 Feb 2021 08:01:44 +0200 Subject: [PATCH] vnu-jar.js: quote vnu path (#33016) Should work now with folders with spaces --- build/vnu-jar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/vnu-jar.js b/build/vnu-jar.js index c23b94d60b..0296d140fc 100644 --- a/build/vnu-jar.js +++ b/build/vnu-jar.js @@ -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