This commit is contained in:
COOL 2025-02-10 16:06:41 +08:00
parent 264fbbeb5f
commit eeccddae35

View File

@ -35,6 +35,7 @@ export class BaseAppEvent {
break; break;
} }
console.log('url=>', url);
exec(command, (error: any) => { exec(command, (error: any) => {
if (!error) { if (!error) {
this.logger.info(`Application has opened in browser at ${url}`); this.logger.info(`Application has opened in browser at ${url}`);