fix(core): update

This commit is contained in:
2021-11-11 19:59:56 +01:00
parent 7bfb145513
commit 1630f6971f
4 changed files with 1308 additions and 1631 deletions

View File

@ -208,7 +208,7 @@ export class Task {
/**
* trigger task buffered.
* will simply call task.trigger(), which respects buffering by default
* note: .trigger() also calls this function
*/
public triggerBuffered(x?: any): Promise<any> {
return this.bufferRunner.trigger(x);