X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=lib%2Fdingus.js;h=d4af0e102d63d576cbe1cc71956ee7165bff9b6f;hb=1b2868b99eba20b50d88a0d858bcd8c51c5b8f07;hp=9bc428282b94c3f187563266377a370c65b38ccf;hpb=fc65c40bd5bb594df4776d411a4b7cd6fb462596;p=squeep-api-dingus diff --git a/lib/dingus.js b/lib/dingus.js index 9bc4282..d4af0e1 100644 --- a/lib/dingus.js +++ b/lib/dingus.js @@ -19,7 +19,8 @@ const Router = require('./router'); const Template = require('./template'); // For logging. -const _fileScope = common.fileScope(__filename); +const { fileScope } = require('@squeep/log-helper'); +const _fileScope = fileScope(__filename); const defaultOptions = { ignoreTrailingSlash: true,