提交 994ad375 编写于 作者: D Daniel Imms

Log more in test

上级 35abaaf6
......@@ -78,9 +78,11 @@ import { assertNoRpc } from '../utils';
await new Promise<void>(r => {
console.log(' test 7');
disposables.push(window.onDidWriteTerminalData(e => {
console.log(' test 8');
console.log(' test 8.1');
strictEqual(terminal, e.terminal);
console.log(' test 8.2');
data += e.data;
console.log(' test 8.3, data=' + data);
if (data.indexOf('`') !== 0) {
console.log(' test 9');
r();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册