mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-12-12 03:20:56 -06:00
Fix crash in watch-local
This commit is contained in:
parent
d16cf761ba
commit
74d41b926a
@ -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"
|
||||
]);
|
||||
]);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user