From 4f88087380835a5f18282e948cf36517c84fd256 Mon Sep 17 00:00:00 2001 From: Mond WAN Date: Mon, 21 Oct 2024 23:39:29 +0100 Subject: [PATCH] Lint codes --- lib/builder/linux.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/builder/linux.js b/lib/builder/linux.js index 766ebea..fe563ae 100644 --- a/lib/builder/linux.js +++ b/lib/builder/linux.js @@ -118,7 +118,7 @@ builder.getCommandArguments = function (target, config) { builder.getSpawnOptions = function () { return { shell: false, - env: Object.assign({}, process.env, { LANG: 'C' }), + env: Object.assign({}, process.env, {LANG: 'C'}), }; };