Skip to content

Commit 68d7680

Browse files
committed
Merge pull request #20 from TildeWill/master
Removed redundant raise
2 parents 31f8b4e + e96c2ac commit 68d7680

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/coderay/helpers/plugin.rb

-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ def make_plugin_hash
176176
id = validate_id(plugin_id)
177177
path = path_to id
178178
begin
179-
raise LoadError, "#{path} not found" unless File.exist? path
180179
require path
181180
rescue LoadError => boom
182181
if @plugin_map_loaded

0 commit comments

Comments
 (0)