Skip to content

Commit

Permalink
Fix bug RonRadtke#113 in new version package(0.16.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
mac-user6 committed Oct 18, 2022
1 parent 972f0cf commit d276351
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ public static void cancelTask(String taskId) {
private void invoke_callback(Object... args) {
if (this.callbackfired) return;
this.callback.invoke(args);
this.callbackfired = true;
}

private final int QUERY = 1314;
Expand Down

0 comments on commit d276351

Please sign in to comment.