Skip to content

Commit 9ced9c0

Browse files
committed
CODERAY_DEBUG
1 parent 84685d0 commit 9ced9c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/coderay/scanners/fortran.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def scan_tokens tokens, options
237237
end
238238

239239
match ||= matched
240-
if $DEBUG and not kind
240+
if $CODERAY_DEBUG and not kind
241241
raise_inspect 'Error token %p in line %d' %
242242
[[match, kind], line], tokens
243243
end

0 commit comments

Comments
 (0)