File tree Expand file tree Collapse file tree 4 files changed +3
-6
lines changed Expand file tree Collapse file tree 4 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 77 directory : /
88 schedule :
99 interval : monthly
10- labels :
11- - autosubmit
1210 groups :
1311 github-actions :
1412 patterns :
Original file line number Diff line number Diff line change 11## 1.2.2-wip
22
3- - Require SDK ` sdk: ^ 3.4.0 ` .
3+ - Require Dart 3.4.
44
55## 1.2.1
66
Original file line number Diff line number Diff line change @@ -180,8 +180,6 @@ String _pauseStateToString(PauseState state) {
180180 return 'none' ;
181181 case PauseState .uncaught:
182182 return 'uncaught' ;
183- default :
184- throw ArgumentError ('unknown state: $state ' );
185183 }
186184}
187185
Original file line number Diff line number Diff line change @@ -18,5 +18,6 @@ dev_dependencies:
1818 shelf_static : ^1.0.0
1919 shelf_web_socket : ^2.0.0
2020 test : ^1.16.6
21- web_socket_channel : ^3.0.0 # used in example/
21+ # used in example/
22+ web_socket_channel : ^3.0.0
2223 webdriver : ^3.0.0
You can’t perform that action at this time.
0 commit comments