Skip to content

Commit

Permalink
Re-throw Error
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerry350 committed Apr 27, 2020
1 parent b3ee986 commit aeaac32
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ export const createLogThresholdExecutor = (alertUUID: string, libs: InfraBackend
alertInstance.replaceState({
alertState: AlertStates.ERROR,
});

throw new Error(e);
}
};

Expand Down

0 comments on commit aeaac32

Please sign in to comment.