Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Jun 29, 2024
1 parent 6384efb commit fd5f678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/process_run/test/shell_common_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ void main() {
if (isRunningAsJavascript) {
fail('should fail');
}
} on StateError catch (e) {
} catch (e) {
if (!isRunningAsJavascript) {
rethrow;
}
Expand Down

0 comments on commit fd5f678

Please sign in to comment.