提交 3e4e23b4 编写于 作者: D Daniel Imms

Add debug logs

上级 16611656
......@@ -548,6 +548,7 @@ import { doesNotThrow, equal, ok, deepEqual, throws } from 'assert';
} catch (e) {
done(e);
}
console.log('Terminal data: ' + e.data);
// Multiple expected could show up in the same data event
while (expectedText.length > 0 && e.data.indexOf(expectedText[0]) >= 0) {
expectedText.shift();
......@@ -593,6 +594,7 @@ import { doesNotThrow, equal, ok, deepEqual, throws } from 'assert';
} catch (e) {
done(e);
}
console.log('Terminal data: ' + e.data);
// Multiple expected could show up in the same data event
while (expectedText.length > 0 && e.data.indexOf(expectedText[0]) >= 0) {
expectedText.shift();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册