Skip to content

Commit a803d55

Browse files
committed
fix: broken test in putility
1 parent 70fde95 commit a803d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/putility/src/system/ServiceManager.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class ServiceManager extends AdvancedBase {
5454
return `running (since ${this.start_ts})`;
5555
}
5656
}
57-
constructor ({ context }) {
57+
constructor ({ context } = {}) {
5858
super();
5959

6060
this.context = context;

0 commit comments

Comments
 (0)