chore: use strict eol after generation
This commit is contained in:
Родитель
6ee09e0eac
Коммит
a2fd9aae8f
|
@ -52,6 +52,8 @@ module.exports = function(dest, context) {
|
||||||
});
|
});
|
||||||
|
|
||||||
return new Promise(function(done, error) {
|
return new Promise(function(done, error) {
|
||||||
fs.writeFile(path.join('docs', 'customization.md'), template(data));
|
let output = template(data);
|
||||||
|
output = output.replace(/\r?\n/g, '\n');
|
||||||
|
fs.writeFile(path.join('docs', 'customization.md'), output);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
Загрузка…
Ссылка в новой задаче