Skip to content

Commit 513d73a

Browse files
Don't print in the middle of tests.
1 parent c6498d7 commit 513d73a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/harness/fourslash.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -660,8 +660,7 @@ module FourSlash {
660660
}
661661
errorMsg += "]\n";
662662

663-
Harness.IO.log(errorMsg);
664-
this.raiseError("Member list is not empty at Caret");
663+
this.raiseError("Member list is not empty at Caret: " + errorMsg);
665664

666665
}
667666
}

0 commit comments

Comments
 (0)