Skip to content

Commit be48d7c

Browse files
committed
setInterval rather...
1 parent 9520f4b commit be48d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schematics/ng-add.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const ngAddSetupProject = (
4242
// I'm still not able to resolve bluebird.... this is definately some sort
4343
// of race condition.
4444
await new Promise<void>(resolve => {
45-
setTimeout(() => {
45+
setInterval(() => {
4646
try {
4747
require('bluebird');
4848
resolve();

0 commit comments

Comments
 (0)