fix: temporary fix because .on can't call ensure_service

This commit is contained in:
KernelDeimos 2024-11-01 18:21:05 -04:00
parent 84989367a7
commit f836ac30a9

View File

@ -17,6 +17,7 @@ class Extension extends AdvancedBase {
constructor (...a) {
super(...a);
this.service = null;
this.ensure_service_();
}
get (path, handler, options) {