Remove stray apostrophe.

This commit is contained in:
Daniel Rosenwasser 2017-03-10 17:25:31 -08:00 committed by GitHub
parent 3f980bead0
commit 7532ab2d83

View File

@ -761,7 +761,7 @@ namespace Harness {
IO = IOImpl.Network;
break;
default:
throw new Error(`Unknown value '${environment}' for ExecutionEnvironment'.`);
throw new Error(`Unknown value '${environment}' for ExecutionEnvironment.`);
}
}