fix(core): update
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user