Skip to content

Commit

Permalink
including error in message
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-buttner committed May 3, 2021
1 parent ba7df51 commit fbf5784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/cases/server/client/cases/push.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,6 @@ export const push = async (
})
);
} catch (error) {
throw createCaseError({ message: 'Failed to push case', error, logger });
throw createCaseError({ message: `Failed to push case: ${error}`, error, logger });
}
};

0 comments on commit fbf5784

Please sign in to comment.