mirror of
https://github.com/HeyPuter/puter.git
synced 2025-01-23 06:00:21 +08: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