We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70fde95 commit a803d55Copy full SHA for a803d55
src/putility/src/system/ServiceManager.js
@@ -54,7 +54,7 @@ class ServiceManager extends AdvancedBase {
54
return `running (since ${this.start_ts})`;
55
}
56
57
- constructor ({ context }) {
+ constructor ({ context } = {}) {
58
super();
59
60
this.context = context;
0 commit comments