Skip to content

Commit 4563834

Browse files
committed
chore: change app preload debug logs
1 parent 85a699a commit 4563834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/planet/src/application/planet-application-loader.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ export class PlanetApplicationLoader {
469469
})
470470
);
471471
} else {
472-
debug(`${app.name} assets is loaded and app is bootstrapped, return appRef`);
472+
debug(`${app.name} status is '${status}' , return appRef`);
473473
return of(getPlanetApplicationRef(app.name));
474474
}
475475
}

0 commit comments

Comments
 (0)