fix windows issue

This commit is contained in:
Tobias Koppers 2020-06-17 20:50:15 +02:00
parent bfd447be01
commit 897e997a2d
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
module.exports = c => `module.exports = ${JSON.stringify(c + "toml")}`;
module.exports = c => `module.exports = ${JSON.stringify(c.trim() + "\ntoml")}`;