From 6487ba72f59e88d84f1c75f9d7cfcb27bf880bc3 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 d211ce5772..e33ccc0c8e 100644 --- a/build/vnu-jar.js +++ b/build/vnu-jar.js @@ -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