Skip to content

Commit

Permalink
- Make sure to properly return to not execute a command twice.
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennenoel committed Nov 22, 2024
1 parent 4016a77 commit e647e29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/cli/src/managers/shell.manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ export class ShellManager {

return resolve(code + "");
});

return;
}

return exec(finalCommand, {env, maxBuffer: options?.maxBuffer}, (error, stdout, stderr) => {
Expand Down

0 comments on commit e647e29

Please sign in to comment.