Skip to content

Commit

Permalink
fix(core): handle running execution fetch failure (#4319)
Browse files Browse the repository at this point in the history
  • Loading branch information
anotherchrisberry authored and christopherthielen committed Oct 24, 2017
1 parent 5a5a84f commit a82a4d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export class Execution extends React.Component<IExecutionProps, IExecutionState>
executionService.removeCompletedExecutionsFromRunningData(application);
}
refreshing = false;
});
}).catch(() => refreshing = false);
});
}
}
Expand Down

0 comments on commit a82a4d4

Please sign in to comment.