2
0
mirror of https://github.com/frappe/books.git synced 2024-11-08 23:00:56 +00:00

feat: add error log list on global to deal with errors

This commit is contained in:
18alantom 2022-01-18 18:30:42 +05:30
parent 3abb807957
commit 3db454d380

View File

@ -81,6 +81,7 @@ module.exports = {
this.views = {};
this.flags = {};
this.methods = {};
this.errorLog = [];
// temp params while calling routes
this.params = {};
},