mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
fix: temporary fix because .on can't call ensure_service
This commit is contained in:
parent
84989367a7
commit
f836ac30a9
@ -17,6 +17,7 @@ class Extension extends AdvancedBase {
|
|||||||
constructor (...a) {
|
constructor (...a) {
|
||||||
super(...a);
|
super(...a);
|
||||||
this.service = null;
|
this.service = null;
|
||||||
|
this.ensure_service_();
|
||||||
}
|
}
|
||||||
|
|
||||||
get (path, handler, options) {
|
get (path, handler, options) {
|
||||||
|
Loading…
Reference in New Issue
Block a user