diff --git a/extras/rhubarb-for-spine/src/main/kotlin/com/rhubarb_lip_sync/rhubarb_for_spine/AudioFileModel.kt b/extras/rhubarb-for-spine/src/main/kotlin/com/rhubarb_lip_sync/rhubarb_for_spine/AudioFileModel.kt index 0bf6076..9220f08 100644 --- a/extras/rhubarb-for-spine/src/main/kotlin/com/rhubarb_lip_sync/rhubarb_for_spine/AudioFileModel.kt +++ b/extras/rhubarb-for-spine/src/main/kotlin/com/rhubarb_lip_sync/rhubarb_for_spine/AudioFileModel.kt @@ -145,8 +145,8 @@ class AudioFileModel( } catch (e: Exception) { Platform.runLater { Alert(Alert.AlertType.ERROR).apply { - headerText = "Error performing lip-sync for event $eventName." - contentText = e.toString() + headerText = "Error performing lip-sync for event '$eventName'." + contentText = e.message show() } }