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