Better notification message
This commit is contained in:
@@ -121,7 +121,7 @@ public final class JsModuleSetUp {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static void notifyFailure(@NotNull String message) {
|
public static void notifyFailure(@NotNull String message) {
|
||||||
Notifications.Bus.notify(new Notification("Set Up Kotlin to JavaScript Module", "Fail",
|
Notifications.Bus.notify(new Notification("Set Up Kotlin to JavaScript Module", "Failure",
|
||||||
message,
|
message,
|
||||||
NotificationType.ERROR));
|
NotificationType.ERROR));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user