Skip to content

Commit b4a86c2

Browse files
committed
catch ENOENT
These can occur because of, for example, dangling symlinks, which are the engine's responsibility.
1 parent 4ff7ea2 commit b4a86c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/cc/engine/analyzers/analyzer_base.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ module Analyzers
66
class Base
77
RESCUABLE_ERRORS = [
88
::CC::Engine::Analyzers::ParserError,
9+
::Errno::ENOENT,
910
::Racc::ParseError,
1011
]
1112

0 commit comments

Comments
 (0)