Chromium Code Reviews
DescriptionCatch file-not-found exception
If a non-existing file was passed to DDC before it would just throw an
uncaught exception and crash. Now the exception is caught and an error
message is printed together with the usage information.
BUG=https://github.com/dart-lang/dev_compiler/issues/605
R=jmesserly@google.com
Committed: https://github.com/dart-lang/dev_compiler/commit/19a2340eebab18fd2a851da04f8e4f33e730a113
Patch Set 1 #Patch Set 2 : Move handling to compiler.dart #
Total comments: 4
Patch Set 3 : AnalysisException -> UsageException #Messages
Total messages: 8 (2 generated)
|