fix image name

This commit is contained in:
Wolfgang Hottgenroth
2018-05-25 13:48:08 +02:00
parent 27d3fd02a5
commit 4f9352c2ee
3 changed files with 4 additions and 4 deletions

2
dist/main.js vendored
View File

@ -35,7 +35,7 @@ let masterTmpl;
let toc;
let cache = {};
app.engine('pag', (filePath, options, callback) => {
logger.info(JSON.stringify(options));
// logger.info(JSON.stringify(options))
if (!(filePath in cache)) {
logger.info(`${filePath} not yet in cache`);
fs.readFile(filePath, (err, content) => {