We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ff7519 commit 20fcce3Copy full SHA for 20fcce3
lib/debug/config.rb
@@ -66,7 +66,7 @@ def self.config_to_env_hash config
66
end
67
68
def self.parse_config_value name, valstr
69
- return nil if valstr == nil
+ return valstr unless valstr.kind_of? String
70
71
case CONFIG_SET[name][2]
72
when :bool
0 commit comments