Improved error message formatting
This commit is contained in:
parent
dd1884432c
commit
f3de163d72
|
@ -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()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue