We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ff7ea2 + b4a86c2 commit f528659Copy full SHA for f528659
lib/cc/engine/analyzers/analyzer_base.rb
@@ -6,6 +6,7 @@ module Analyzers
6
class Base
7
RESCUABLE_ERRORS = [
8
::CC::Engine::Analyzers::ParserError,
9
+ ::Errno::ENOENT,
10
::Racc::ParseError,
11
]
12
0 commit comments