don't lazy set templates, can't even remember why i did this
This commit is contained in:
parent
5789447068
commit
fa3b24e5b4
@ -276,9 +276,5 @@ try {
|
||||
} catch (err) {
|
||||
if (err.code !== "MODULE_NOT_FOUND") throw err;
|
||||
|
||||
Object.defineProperty(exports, "templates", {
|
||||
get: function () {
|
||||
return exports.templates = loadTemplates();
|
||||
}
|
||||
});
|
||||
exports.templates = loadTemplates();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user