mirror of
https://github.com/HeyPuter/puter.git
synced 2026-01-05 04:30:33 -06:00
fix: error in process.handle_connection
This commit is contained in:
@@ -174,7 +174,7 @@ export class PortalProcess extends Process {
|
||||
msg: 'connection',
|
||||
appInstanceID: connection.uuid,
|
||||
args,
|
||||
});
|
||||
}, '*');
|
||||
const outcome = await Promise.race([
|
||||
connection_response,
|
||||
new Promise((resolve, reject) => {
|
||||
|
||||
Reference in New Issue
Block a user