Skip to content

Commit d64bbc0

Browse files
committed
❤️ linter
1 parent 5b1469a commit d64bbc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/harness/harness.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ namespace Harness {
938938
}
939939
}
940940
}
941-
else if (name === 'suppressOutputPathCheck') {
941+
else if (name === "suppressOutputPathCheck") {
942942
options.suppressOutputPathCheck = true;
943943
}
944944
else {

0 commit comments

Comments
 (0)