mirror of
https://github.com/HeyPuter/puter.git
synced 2026-02-07 06:18:42 -06:00
Update ExecService.js
This commit is contained in:
@@ -86,6 +86,7 @@ export class ExecService extends Service {
|
||||
// If we can't get app info, use basic process info
|
||||
source_app_metadata = {
|
||||
source_app_title: process?.name,
|
||||
source_app_id: process?.uuid,
|
||||
source_app_name: process?.name,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user