fix image name
This commit is contained in:
2
dist/main.js
vendored
2
dist/main.js
vendored
@ -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) => {
|
||||
|
Reference in New Issue
Block a user