mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
feature(edit) socket err: log -> alert
This commit is contained in:
parent
cb707129f5
commit
fdce2eb201
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue