Skip to content

Commit

Permalink
Merge pull request #2495 from rgbkrk/lack-of-of
Browse files Browse the repository at this point in the history
return observable of execution state
  • Loading branch information
rgbkrk committed Feb 7, 2018
2 parents ee58ef1 + bb29ca6 commit 0326d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/desktop/src/notebook/epics/zeromq-kernels.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ function killKernel(kernel): Observable<Action> {
// Pass on our intermediate action
of(action),
// Inform about the state
setExecutionState("shutting down"),
of(setExecutionState("shutting down")),
// and our connection file deletion
del$
);
Expand Down

0 comments on commit 0326d73

Please sign in to comment.