Skip to content

Commit 9d84af8

Browse files
Made error message nicer
1 parent 8dd796f commit 9d84af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NotifierBot/Sources/Notifier/JFErrorHandler.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class JFErrorHandler {
5151
sendError("Error: Command not implemented yet!")
5252
print("Error: Command \(commandName) is not implemented yet.")
5353
default:
54-
sendError("Internal error. Check the console.")
54+
sendError("Internal error. Please check the console.")
5555
print("Internal error while executing: \(error)")
5656
}
5757
}

0 commit comments

Comments
 (0)