mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-19 12:13:56 +00:00
better info on no extensions installed
This commit is contained in:
@@ -156,9 +156,9 @@ abstract class BaseParser {
|
||||
}
|
||||
|
||||
fun checkIfVariablesAreEmpty() {
|
||||
if (hostUrl.isEmpty()) throw UninitializedPropertyAccessException("Please provide a `hostUrl` for the Parser")
|
||||
if (name.isEmpty()) throw UninitializedPropertyAccessException("Please provide a `name` for the Parser")
|
||||
if (saveName.isEmpty()) throw UninitializedPropertyAccessException("Please provide a `saveName` for the Parser")
|
||||
if (hostUrl.isEmpty()) throw UninitializedPropertyAccessException("Cannot find any installed extensions")
|
||||
if (name.isEmpty()) throw UninitializedPropertyAccessException("Cannot find any installed extensions")
|
||||
if (saveName.isEmpty()) throw UninitializedPropertyAccessException("Cannot find any installed extensions")
|
||||
}
|
||||
|
||||
open var showUserText = ""
|
||||
|
||||
Reference in New Issue
Block a user