Skip to content

Commit

Permalink
Updates from upstream.
Browse files Browse the repository at this point in the history
  • Loading branch information
danfuzz committed Sep 28, 2023
1 parent debcb1c commit cbeba9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/lib/bashy-node/node-project/build-main-module
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,8 @@ function remove-dead-local-modules {
deadModules:json="${deadModules}" '
$deadModules
| map(
"progress-msg \(" " + . | @sh)",
"rm -rf \($dir + "/" + . | @sh)"
"progress-msg \(" \(.)" | @sh)",
"rm -rf \("\($dir)/\(.)" | @sh)"
)
| map("&& \(.) \\")
| ["true \\", .[], "&& true"]
Expand Down

0 comments on commit cbeba9c

Please sign in to comment.