base debug

This commit is contained in:
Wolfgang Hottgenroth
2018-05-24 14:28:07 +02:00
parent 9821d412ec
commit afbedcf7d3
4 changed files with 53 additions and 1 deletions

View File

@ -46,6 +46,7 @@ let cache: any = {}
app.engine('pag', (filePath: string, options: any, callback: any) => {
logger.info(JSON.stringify(options))
if (! (filePath in cache)) {
logger.info(`${filePath} not yet in cache`)