Log lines

This commit is contained in:
Daniel Imms 2020-02-14 07:59:13 -08:00
parent 06f2731c7f
commit 7cd049b61f

View file

@ -52,6 +52,7 @@ suite('window namespace tests', () => {
// that echoing can print "echo ..." twice if the shell has not yet been fully
// initialized.
const lines = data.split('\r').map(d => d.trim());
console.log(lines);
if (lines.some(l => l === expected)) {
terminal.dispose();
disposables.push(window.onDidCloseTerminal(() => done()));