more bs
This commit is contained in:
parent
ae618b3072
commit
2b1f99e1ed
@ -69,7 +69,7 @@ class LocaleLoader {
|
||||
}
|
||||
} else if (matched) {
|
||||
text += line;
|
||||
if (process.platform === 'linux') text += '\n';
|
||||
if (process.platform === 'linux' && line !== '\n') text += '\n';
|
||||
} else {
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user