Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into save-options
Browse files Browse the repository at this point in the history
  • Loading branch information
priyamsahoo authored Feb 16, 2024
2 parents 71036ef + dcbfafc commit cedf6d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 18.19.0 20.11.0
nodejs 18.19.1 20.11.1
task 3.33.1
1 change: 1 addition & 0 deletions src/utils/commandRunner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export class CommandRunner {
encoding: "utf-8",
cwd: currentWorkingDirectory,
env: runEnv,
maxBuffer: 10 * 1000 * 1000,
});

return result;
Expand Down

0 comments on commit cedf6d1

Please sign in to comment.