mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 14:05:47 -05:00
Fix crash in watch-local
This commit is contained in:
@@ -542,7 +542,7 @@ const watchLocalPatterns = [
|
||||
gulp.task(
|
||||
"watch-local",
|
||||
"Watches for changes to projects in src/ (but does not execute tests).",
|
||||
() => gulp.watch(watchLocalPatterns, "local"));
|
||||
() => gulp.watch(watchLocalPatterns, ["local"]));
|
||||
|
||||
const watchPatterns = [
|
||||
"src/tsconfig-base.json",
|
||||
@@ -632,4 +632,4 @@ gulp.task(
|
||||
"clean:scripts",
|
||||
"clean-rules",
|
||||
"clean-built"
|
||||
]);
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user