|
|
@@ -76,7 +76,7 @@ public abstract class Model implements ILifeCycle {
|
|
|
listener.onResult(event);
|
|
|
} catch (Throwable throwable) {
|
|
|
throwable.printStackTrace();
|
|
|
- FinalAlert.create(event);
|
|
|
+ FinalAlert.create(new Event.Builder(Event.ERROR).string(throwable.getLocalizedMessage()).build());
|
|
|
}
|
|
|
}
|
|
|
|