VS code icons is distorted when invoked from the command line (fixes #28345)

This commit is contained in:
Benjamin Pasero 2017-06-12 12:38:08 +02:00
parent 720cbadf29
commit 240cf011a1

View file

@ -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();