Skip to content

Commit

Permalink
Version 3.8.0-11.0.dev
Browse files Browse the repository at this point in the history
Merge eb69196 into dev
  • Loading branch information
Dart CI committed Jan 19, 2025
2 parents cabf47d + eb69196 commit f4543cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sdk/lib/io/process.dart
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ abstract interface class Process {
///
/// Returns a `Future<ProcessResult>` that completes with the
/// result of running the process, i.e., exit code, standard out and
/// standard in.
/// standard error.
///
/// The following code uses `Process.run` to grep for `main` in the
/// file `test.dart` on Linux.
Expand All @@ -456,7 +456,7 @@ abstract interface class Process {
/// The arguments are the same as for [Process.run].
///
/// Returns a [ProcessResult] with the result of running the process,
/// i.e., exit code, standard out and standard in.
/// i.e., exit code, standard out and standard error.
external static ProcessResult runSync(
String executable,
List<String> arguments, {
Expand Down
2 changes: 1 addition & 1 deletion tools/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ CHANNEL dev
MAJOR 3
MINOR 8
PATCH 0
PRERELEASE 10
PRERELEASE 11
PRERELEASE_PATCH 0

0 comments on commit f4543cb

Please sign in to comment.