diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2013-03-10 22:47:00 +0100 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2013-03-10 22:47:00 +0100 |
commit | 0c98047ea276f393daa8249cf9c124ebc08266d2 (patch) | |
tree | 71e7333e04e7fd1ff12fa9351886faeec2701671 /lib/coderay/helpers/plugin.rb | |
parent | 250373646c32e3c135fb4068b195b578cbdc5870 (diff) | |
parent | fc16be24d48f8a729ac987149f98f19725943e0d (diff) | |
download | coderay-0c98047ea276f393daa8249cf9c124ebc08266d2.tar.gz |
Merge branch 'master' into paint-integration
Diffstat (limited to 'lib/coderay/helpers/plugin.rb')
-rw-r--r-- | lib/coderay/helpers/plugin.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/coderay/helpers/plugin.rb b/lib/coderay/helpers/plugin.rb index 06c1233..137c1ab 100644 --- a/lib/coderay/helpers/plugin.rb +++ b/lib/coderay/helpers/plugin.rb @@ -176,7 +176,6 @@ module CodeRay id = validate_id(plugin_id) path = path_to id begin - raise LoadError, "#{path} not found" unless File.exist? path require path rescue LoadError => boom if @plugin_map_loaded |