We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7e020e commit 7205007Copy full SHA for 7205007
src/compiler/tsc.ts
@@ -192,7 +192,7 @@ namespace ts {
192
}
193
194
// Firefox has Object.prototype.watch
195
- if (commandLine.options.watch && commandLine.options.hasOwnProperty('watch')) {
+ if (commandLine.options.watch && commandLine.options.hasOwnProperty("watch")) {
196
if (!sys.watchFile) {
197
reportDiagnostic(createCompilerDiagnostic(Diagnostics.The_current_host_does_not_support_the_0_option, "--watch"));
198
return sys.exit(ExitStatus.DiagnosticsPresent_OutputsSkipped);
0 commit comments