util bug fix

This commit is contained in:
Sebastian Hildebrandt
2019-06-19 13:59:59 +02:00
parent c6e0dbe5b8
commit f5fc57afb1
4 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ const execOptsWin = {
windowsHide: true,
maxBuffer: 1024 * 2000,
encoding: 'UTF-8',
env: util._extend({}.process.env, { LANG: 'en_US.UTF-8' })
env: util._extend({}, process.env, { LANG: 'en_US.UTF-8' })
};