Skip to content

Commit 69f1f53

Browse files
committed
Fix WS linter errors
1 parent 7ae6fcd commit 69f1f53

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/compiler/tsc.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,8 @@ namespace ts {
239239
function isJSONSupported() {
240240
return typeof JSON === "object" && typeof JSON.parse === "function";
241241
}
242-
243-
function isWatchSet(options: CompilerOptions) {
242+
243+
function isWatchSet(options: CompilerOptions) {
244244
// Firefox has Object.prototype.watch
245245
return options.watch && options.hasOwnProperty("watch");
246246
}

0 commit comments

Comments
 (0)