Skip to content

Commit

Permalink
feature(edit) socket err: log -> alert
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Nov 21, 2014
1 parent 828311a commit 0e2ed81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/client/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ var CloudCmd, Util, DOM, CloudFunc, io, ace, DiffProto, diff_match_patch, Zip, M
});

socket.on('err', function(error) {
Util.log(error);
Dialog.alert(error);
});
}
}
Expand Down

0 comments on commit 0e2ed81

Please sign in to comment.