We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61bc2ad commit 61d6268Copy full SHA for 61d6268
lib/src/tools/process_tool.dart
@@ -8,7 +8,6 @@ import '../dart_dev_tool.dart';
8
import '../utils/assert_no_positional_args_nor_args_after_separator.dart';
9
import '../utils/logging.dart';
10
import '../utils/process_declaration.dart';
11
-import '../utils/run_process_and_ensure_exit.dart';
12
13
final _log = Logger('Process');
14
pubspec.yaml
@@ -1,5 +1,5 @@
1
name: dart_dev
2
-version: 3.2.0
+version: 3.2.1
3
description: Centralized tooling for Dart projects. Consistent interface across projects. Easily configurable.
4
authors:
5
- Workiva Client Platform Team <[email protected]>
0 commit comments