mirror of
https://github.com/nasa/openmct.git
synced 2025-06-16 14:18:16 +00:00
[Framework] Log application bootstrapping
Log bootstrapping phase of framework layer initialization. WTD-518.
This commit is contained in:
@ -66,7 +66,8 @@ define(
|
||||
),
|
||||
bootstrapper = new ApplicationBootstrapper(
|
||||
angular,
|
||||
window.document
|
||||
window.document,
|
||||
$log
|
||||
),
|
||||
initializer = new FrameworkInitializer(
|
||||
loader,
|
||||
|
Reference in New Issue
Block a user