mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 14:03:42 +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) {
|
||||
super(...a);
|
||||
this.service = null;
|
||||
this.ensure_service_();
|
||||
}
|
||||
|
||||
get (path, handler, options) {
|
||||
|
Loading…
Reference in New Issue
Block a user