Skip to content

Commit

Permalink
@dev log data when dwr error
Browse files Browse the repository at this point in the history
  • Loading branch information
genify committed Jan 30, 2019
1 parent 11d2834 commit 9c0ceb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
0.5.2 (2019-01-30)
--------------------
- 功能新增
* util/ajax/dwr 在请求异常时控制台输出请求信息
- BUG修复模块
* 修正低版本跨域代理文件发送请求时先序列化对象
* 修正 util/cache/list 模块隐式声明导致的全局变量污染
Expand Down
1 change: 1 addition & 0 deletions src/util/ajax/dwr.js
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,7 @@ NEJ.define([
try{
(_batch.h[_cid].c||f)(_data);
}catch(ex){
console.log(_batch);
__onError(
_bid,_cid,{
code:_g._$CODE_ERRCABK,
Expand Down

0 comments on commit 9c0ceb9

Please sign in to comment.