Skip to content

Commit 704ab87

Browse files
committed
do not run in sync mode when debugging
1 parent 54063f4 commit 704ab87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/watcher.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ p.afterGet = function () {
154154
*/
155155

156156
p.update = function () {
157-
if (!config.async || config.debug) {
157+
if (!config.async) {
158158
this.run()
159159
} else {
160160
batcher.push(this)

0 commit comments

Comments
 (0)