We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccfa770 commit 186a588Copy full SHA for 186a588
lib/pluginmanager/remove.rb
@@ -33,6 +33,6 @@ def execute
33
34
remove_unused_locally_installed_gems!
35
rescue => exception
36
- report_exception("Operation aborted, cannot remove plugin.", exception)
+ report_exception("Operation aborted, cannot remove plugin", exception)
37
end
38
0 commit comments