Skip to content

Commit ea6ccd4

Browse files
committed
Execute forEach instantly
1 parent 0ba66eb commit ea6ccd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/query.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ export class Query extends Promise {
118118

119119
forEach(fn) {
120120
this.forEachFn = fn
121+
this.handle()
121122
return this
122123
}
123124

0 commit comments

Comments
 (0)