Skip to content

Commit

Permalink
fix rejection
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed May 9, 2021
1 parent 66b0f95 commit cefa2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/userTourManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class UserTourManager implements IUserTourManager {
})
.catch(reason => {
console.warn(reason);
this._ready.reject();
this._ready.reject(reason);
});
}

Expand Down

0 comments on commit cefa2d7

Please sign in to comment.