Skip to content

Commit

Permalink
Lint codes
Browse files Browse the repository at this point in the history
  • Loading branch information
mondwan authored Oct 21, 2024
1 parent f05ea52 commit 4f88087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/builder/linux.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'}),
};
};

Expand Down

0 comments on commit 4f88087

Please sign in to comment.