Skip to content

Commit

Permalink
Fix versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Oct 18, 2024
1 parent ca06a29 commit d4d66d6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
24 changes: 14 additions & 10 deletions .yarn/versions/a679b82f.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
releases:
"@moonrepo/cli": patch
"@moonrepo/core-linux-arm64-gnu": patch
"@moonrepo/core-linux-arm64-musl": patch
"@moonrepo/core-linux-x64-gnu": patch
"@moonrepo/core-linux-x64-musl": patch
"@moonrepo/core-macos-arm64": patch
"@moonrepo/core-macos-x64": patch
"@moonrepo/core-windows-x64-msvc": patch
'@moonrepo/cli': patch
'@moonrepo/core-linux-arm64-gnu': patch
'@moonrepo/core-linux-arm64-musl': patch
'@moonrepo/core-linux-x64-gnu': patch
'@moonrepo/core-linux-x64-musl': patch
'@moonrepo/core-macos-arm64': patch
'@moonrepo/core-macos-x64': patch
'@moonrepo/core-windows-x64-msvc': patch
'@moonrepo/types': patch

undecided:
- "@moonrepo/types"
declined:
- '@moonrepo/nx-compat'
- '@moonrepo/report'
- '@moonrepo/runtime'
- website
2 changes: 1 addition & 1 deletion crates/task-runner/src/command_executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ impl<'task> CommandExecutor<'task> {
self.command.create_async(),
self.stream,
self.interactive,
) => result.map(|res| Some(res)),
) => result.map(Some),
};

// Cleanup before sending the result
Expand Down

0 comments on commit d4d66d6

Please sign in to comment.