Skip to content

Commit 3fc29bc

Browse files
yyx990803hefeng
authored andcommitted
chore: fix flow
1 parent 11c527b commit 3fc29bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/util/next-tick.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export function withMacroTask (fn: Function): Function {
8686
})
8787
}
8888

89-
export function nextTick (cb?: Function, ctx?: Object): ?Promise {
89+
export function nextTick (cb?: Function, ctx?: Object) {
9090
let _resolve
9191
callbacks.push(() => {
9292
if (cb) {

0 commit comments

Comments
 (0)