Skip to content

Commit

Permalink
Merge branch '4.3-dev' into 4.3-dev-fix-asset-table-root-item-rgt
Browse files Browse the repository at this point in the history
  • Loading branch information
richard67 authored Mar 29, 2023
2 parents 85daa36 + 5b7fa70 commit cd26415
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ function addStepToTourButton(tour, stepObj, buttons) {
} else {
resolve();
}
}).catch((error) => {
console.log(`Exception error - ${error.message} - Bypass Shepherd target`);
}).catch(() => {
// Ignore
});
},
when: {
Expand Down

0 comments on commit cd26415

Please sign in to comment.