Navigation Menu

Skip to content

Commit

Permalink
mrb: use unknown error for unknown name
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 5, 2015
1 parent 14774f7 commit 99bf587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mrb/scripts/context/rc.rb
Expand Up @@ -5,7 +5,7 @@ class RC

class << self
def find(name)
@@names[name]
@@names[name] || UNKNOWN_ERROR
end
end

Expand Down

0 comments on commit 99bf587

Please sign in to comment.