Skip to content

Commit

Permalink
tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
dkandalov committed Sep 21, 2024
1 parent 0141112 commit d07e628
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ class SharePluginAsGistAction : AnAction("Share as Gist", "Share as plugin files
}
} catch (e: IOException) {
runLaterOnEdt {
project.showError("Failed to share gist: ${e.message}", e)
project.showError("Failed to share Gist: ${e.message}", e)
}
} catch (e: FailedRequest) {
runLaterOnEdt {
project.showError("Failed to share gist: ${e.message}", e)
project.showError("Failed to share Gist: ${e.message}", e)
}
}
}
Expand Down

0 comments on commit d07e628

Please sign in to comment.