8000 :heart: linter · nycdotnet/TypeScript@03d2382 · GitHub
[go: up one dir, main page]

Skip to content

Commit 03d2382

Browse files
committed
❤️ linter
1 parent 5af2c47 commit 03d2382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/harness/harness.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ namespace Harness {
947947
}
948948
}
949949
}
950-
else if (name === 'suppressOutputPathCheck') {
950+
else if (name === "suppressOutputPathCheck") {
951951
options.suppressOutputPathCheck = true;
952952
}
953953
else {

0 commit comments

Comments
 (0)
0