diff --git a/example/test.ts b/example/test.ts index 8dad9a1..196ac58 100644 --- a/example/test.ts +++ b/example/test.ts @@ -23,7 +23,7 @@ httpServer.preprocessor((_req, rep) => { httpServer.middleware(async (req, _rep, done) => { const processTime = await done(); - console.log(`${req.method} - ${req.remoteIpAddr} - ${req.path} - ${prettyTime(processTime)}`); + console.log(`${req.method} - ${req.remoteIpAddr} - ${req.path} - ${prettyTime(processTime)}`); }); httpServer.error((req, _rep) => {