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