提交 c13f9695 编写于 作者: A Andre Weinand

fix DA error message

上级 168b1e5e
......@@ -191,7 +191,7 @@ export abstract class StreamDebugAdapter extends AbstractDebugAdapter {
readable.on('data', (data: Buffer) => this.handleData(data));
readable.on('close', () => {
this._onError.fire(new Error('readable.close event'));
this._onError.fire(new Error('read error'));
});
readable.on('error', (error) => {
this._onError.fire(error);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册