for backwards compatibility in gather/transcribe return only 1 alternative at top level (#240)

This commit is contained in:
Dave Horton
2023-02-02 12:58:22 -05:00
committed by GitHub
parent f9921cf4e9
commit c37fba541f
3 changed files with 6 additions and 6 deletions

View File

@@ -166,7 +166,7 @@ class TaskConfig extends Task {
async kill(cs) {
super.kill(cs);
if (this.ep && this.stopAmd) this.stopAmd(this.ep, this);
//if (this.ep && this.stopAmd) this.stopAmd(this.ep, this);
}
_onAmdEvent(cs, evt) {