Skip to content

Commit

Permalink
VS code icons is distorted when invoked from the command line (fixes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero committed Jun 12, 2017
1 parent 720cbad commit 240cf01
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ if (process.argv.indexOf('--prof-startup') >= 0) {
if (process.env.LC_ALL) {
process.env.LC_ALL = 'C';
}
if (process.env.LC_NUMERIC) {
process.env.LC_NUMERIC = 'C';
}
process.env.LC_NUMERIC = 'C';

// Perf measurements
global.perfStartTime = Date.now();
Expand Down

0 comments on commit 240cf01

Please sign in to comment.