fix(core): update

This commit is contained in:
Philipp Kunz 2019-05-19 16:30:01 +02:00
parent 155eecabdd
commit 8a82669a36

View File

@ -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;
}