print raw strings
This commit is contained in:
parent
efbe4b0410
commit
3b879f27b1
@ -76,6 +76,7 @@ class LocaleLoader {
|
||||
|
||||
if (process.platform === 'win32') for (const [key, value] of Object.entries(parsed)) {
|
||||
parsed[key] = value.replace(/^(\r)|(\r){1,}$/gu, '').replace(/\r/gu, '\n');
|
||||
console.log(String.raw`${value}`);
|
||||
}
|
||||
|
||||
return parsed;
|
||||
|
Loading…
Reference in New Issue
Block a user