Skip to content

Commit 7532ab2

Browse files
Remove stray apostrophe.
1 parent 3f980be commit 7532ab2

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
@@ -761,7 +761,7 @@ namespace Harness {
761761
IO = IOImpl.Network;
762762
break;
763763
default:
764-
throw new Error(`Unknown value '${environment}' for ExecutionEnvironment'.`);
764+
throw new Error(`Unknown value '${environment}' for ExecutionEnvironment.`);
765765
}
766766
}
767767

0 commit comments

Comments
 (0)