mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-04 16:40:41 +00:00
dev: fix app close messages from ExecService
Docker Image CI / build-and-push-image (push) Waiting to run
Maintain Release Merge PR / update-release-pr (push) Waiting to run
release-please / release-please (push) Waiting to run
test / test (18.x) (push) Waiting to run
test / test (20.x) (push) Waiting to run
test / test (22.x) (push) Waiting to run
Docker Image CI / build-and-push-image (push) Waiting to run
Maintain Release Merge PR / update-release-pr (push) Waiting to run
release-please / release-please (push) Waiting to run
test / test (18.x) (push) Waiting to run
test / test (20.x) (push) Waiting to run
test / test (22.x) (push) Waiting to run
This commit is contained in:
@@ -123,7 +123,7 @@ export class ExecService extends Service {
|
||||
msg: 'appClosed',
|
||||
appInstanceID: connection.forward.uuid,
|
||||
statusCode: 0,
|
||||
});
|
||||
}, '*');
|
||||
});
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user