diff options
Diffstat (limited to 'ext/regexp_nodes/regexp_nodes.rb')
-rw-r--r-- | ext/regexp_nodes/regexp_nodes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/regexp_nodes/regexp_nodes.rb b/ext/regexp_nodes/regexp_nodes.rb index 377b13053..92607eac7 100644 --- a/ext/regexp_nodes/regexp_nodes.rb +++ b/ext/regexp_nodes/regexp_nodes.rb @@ -117,7 +117,7 @@ class ExternalNode $LOG.debug("appending [#{pattern}] to patternlist for [#{filepath}]") } rescue Exception - $LOG.fatal("Problem reading #{filepath}: #{$!}") + $LOG.fatal("Problem reading #{filepath}: #{$ERROR_INFO}") exit(1) end |