提交 cfe09982 编写于 作者: I isidor

Debug: log whole json object in case of parse error

fixes #46317
上级 de9181ff
...@@ -149,7 +149,7 @@ export abstract class V8Protocol { ...@@ -149,7 +149,7 @@ export abstract class V8Protocol {
break; break;
} }
} catch (e) { } catch (e) {
this.onServerError(new Error(e.message || e)); this.onServerError(new Error((e.message || e) + '\n' + body));
} }
} }
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册