store json after every generate

This commit is contained in:
Thomas Ruoff
2018-02-01 01:23:58 +01:00
parent fda3df8df1
commit 9052c7b0eb
9 changed files with 3761 additions and 19 deletions

View File

@@ -15,5 +15,5 @@ function getPdfPath(id) {
module.exports = {
getDirPath,
getDocPath,
getPdfPath
getPdfPath,
};