Skip to content

Commit

Permalink
chore: change app preload debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
walkerkay committed Dec 9, 2020
1 parent 85a699a commit 4563834
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ export class PlanetApplicationLoader {
})
);
} else {
debug(`${app.name} assets is loaded and app is bootstrapped, return appRef`);
debug(`${app.name} status is '${status}' , return appRef`);
return of(getPlanetApplicationRef(app.name));
}
}
Expand Down

0 comments on commit 4563834

Please sign in to comment.