You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/getting-started/8-watching-files.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ watch('src/*.css', css);
35
35
watch('src/*.js', series(clean, javascript));
36
36
```
37
37
38
-
## Warning: Avoid synchronous
38
+
## Warning: avoid synchronous
39
39
40
40
A watcher's task cannot be synchronous, like tasks registered into the task system. If you pass a sync task, the completion can't be determined and the task won't run again - it is assumed to still be running.
0 commit comments