Skip to content

Commit cb8f57b

Browse files
committed
chore: use warn for async boot condition
1 parent 919a877 commit cb8f57b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular/src/lib/application.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ export function runNativeScriptAngularApp<T, K>(options: AppRunOptions<T, K>) {
258258
}
259259
};
260260
} else {
261-
NativeScriptDebug.bootstrapLog('App is bootstrapping asynchronously (likely APP_INITIALIZER) but did not provide a launchView or LoadingModule.');
261+
console.warn('App is bootstrapping asynchronously (likely APP_INITIALIZER) but did not provide a launchView or LoadingModule.');
262262
}
263263
}
264264
});

0 commit comments

Comments
 (0)