@plotdb/srcbuild 0.0.54 → 0.0.55

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/view/pug.js +3 -3
  2. package/package.json +1 -1
package/dist/view/pug.js CHANGED
@@ -96,9 +96,9 @@ pugViewEngine = function(options){
96
96
  }
97
97
  return cb(null, ret);
98
98
  })['catch'](function(err){
99
- logger.error({
100
- err: err
101
- }, src + " view rendering failed.");
99
+ err.id = 1033;
100
+ err.name = 'lderror';
101
+ err.log = true;
102
102
  return cb(err, null);
103
103
  });
104
104
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "zbryikt",
3
3
  "name": "@plotdb/srcbuild",
4
- "version": "0.0.54",
4
+ "version": "0.0.55",
5
5
  "description": "",
6
6
  "main": "./dist/main.js",
7
7
  "files": [