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) {
|
} catch (err) {
|
||||||
if (err.code !== "MODULE_NOT_FOUND") throw err;
|
if (err.code !== "MODULE_NOT_FOUND") throw err;
|
||||||
|
|
||||||
Object.defineProperty(exports, "templates", {
|
exports.templates = loadTemplates();
|
||||||
get: function () {
|
|
||||||
return exports.templates = loadTemplates();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user