feature(edit) socket err: log -> alert

This commit is contained in:
coderaiser 2014-11-21 04:18:54 -05:00
parent 828311a18d
commit 0e2ed81a31

View file

@ -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);
});
}
}