mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 01:47:35 +00:00
feature(config) log -> alert
This commit is contained in:
parent
d4d8e9560b
commit
edaa2d1396
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ var CloudCmd, Util, DOM, io;
|
|||
});
|
||||
|
||||
socket.on('err', function(error) {
|
||||
Util.log(error);
|
||||
DOM.Dialog.alert(error);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue