Skip to content

Commit ad2ed29

Browse files
committed
dev: fix app close messages from ExecService
1 parent a3513c2 commit ad2ed29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/src/services/ExecService.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export class ExecService extends Service {
123123
msg: 'appClosed',
124124
appInstanceID: connection.forward.uuid,
125125
statusCode: 0,
126-
});
126+
}, '*');
127127
});
128128

129129
return {

0 commit comments

Comments
 (0)