-
Notifications
You must be signed in to change notification settings - Fork 230
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dont print exceptions thrown by getExecutableForCommand (#4377)
- Loading branch information
Showing
5 changed files
with
44 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
test/testdata/goldens/embedding/embedding_test/Compilation errors are only printed once.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# GENERATED BY: test/embedding/embedding_test.dart | ||
|
||
$ tool/test-bin/pub_command_runner.dart run :syntax_error | ||
[E] Failed to build myapp:syntax_error: | ||
[E] bin/syntax_error.dart:1:21: Error: Expected ';' after this. | ||
[E] main() => print("hi") | ||
[E] ^ | ||
[E] bin/syntax_error.dart:1:22: Error: Unexpected token ''. | ||
[E] main() => print("hi") | ||
[E] ^... | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters