Build new code

This commit is contained in:
Sebass van Boxel 2020-11-06 09:40:49 +01:00
parent b27d1a1315
commit 7bce870c7c
No known key found for this signature in database
GPG key ID: A1E93D1FBDF515B7

View file

@ -60,7 +60,7 @@ function run() {
}
let body;
if (path) {
body = fs_1.readFileSync(path);
body = fs_1.readFileSync(path, 'utf-8');
}
else {
body = message;