diff --git a/index.js b/index.js index c4f1602..ae430cf 100644 --- a/index.js +++ b/index.js @@ -543,7 +543,7 @@ function serveLogs(res, pathParts) { return; } - res.setHeader('Content-Type', 'text/plain'); + res.setHeader('Content-Type', 'text/plain; charset=UTF-8'); res.end(data); }); });