Skip to content

Commit

Permalink
setInterval rather...
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdaniels committed May 18, 2021
1 parent 9520f4b commit be48d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schematics/ng-add.ts
Expand Up @@ -42,7 +42,7 @@ export const ngAddSetupProject = (
// I'm still not able to resolve bluebird.... this is definately some sort
// of race condition.
await new Promise<void>(resolve => {
setTimeout(() => {
setInterval(() => {
try {
require('bluebird');
resolve();
Expand Down

0 comments on commit be48d7c

Please sign in to comment.