Skip to content

Commit

Permalink
fix(rust): increase buffer size for cargo commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammisuli committed Nov 20, 2023
1 parent 3b8f524 commit 16ef0cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/rust/src/utils/cargo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export function cargoCommandSync(
windowsHide: true,
stdio: normalizedOptions.stdio,
env: normalizedOptions.env,
maxBuffer: 1024 * 1024 * 10
}),
success: true,
};
Expand Down

0 comments on commit 16ef0cd

Please sign in to comment.