We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3be8dbb commit 7a2f9abCopy full SHA for 7a2f9ab
server.js
@@ -59,7 +59,7 @@ function deploy(config, ready) {
59
request.on('end', () => {
60
if (config.log !== "") {
61
let now = config.logTime ? `[${formatTime.format(new Date())}] ` : '';
62
- txtLogger.writeSync(`${now}${request.method} ${request.url} ${JSON.stringify(data)}\n`);
+ txtLogger.write(`${now}${request.method} ${request.url} ${JSON.stringify(data)}\n`);
63
}
64
65
if (config.noCache) {
0 commit comments