Skip to content

Commit 7205007

Browse files
committed
use double quotes
1 parent e7e020e commit 7205007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/tsc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ namespace ts {
192192
}
193193

194194
// Firefox has Object.prototype.watch
195-
if (commandLine.options.watch && commandLine.options.hasOwnProperty('watch')) {
195+
if (commandLine.options.watch && commandLine.options.hasOwnProperty("watch")) {
196196
if (!sys.watchFile) {
197197
reportDiagnostic(createCompilerDiagnostic(Diagnostics.The_current_host_does_not_support_the_0_option, "--watch"));
198198
return sys.exit(ExitStatus.DiagnosticsPresent_OutputsSkipped);

0 commit comments

Comments
 (0)