fix(core): update
This commit is contained in:
parent
155eecabdd
commit
8a82669a36
@ -23,8 +23,8 @@ export class SmartlogSourceOra {
|
||||
this.started = false;
|
||||
}
|
||||
|
||||
public finishFail() {
|
||||
this.oraInstance.fail();
|
||||
public finishFail(textArg?: string) {
|
||||
this.oraInstance.fail(textArg);
|
||||
this.started = false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user