Skip to content

Commit

Permalink
Handle socket onerror for Debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed May 30, 2016
1 parent 21e53ad commit 42e0965
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/containers/Debugger/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ export default class Debugger extends Component {
}
};

ws.onerror = () => {};
ws.onclose = e => {
shutdownJSRuntime();
setStatusToTitle(
Expand Down

0 comments on commit 42e0965

Please sign in to comment.