print raw strings

This commit is contained in:
Erik 2020-07-25 11:46:05 +03:00
parent efbe4b0410
commit 3b879f27b1

View File

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