Skip to content

Commit

Permalink
Verbose true or false
Browse files Browse the repository at this point in the history
  • Loading branch information
nitro-marky committed Aug 30, 2023
1 parent 2ec2db9 commit b1ccaa7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/lib/process/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,15 @@ export const createProcess = async (
}
}

if(!verbose)
return {
process: null,
message: 'Dry run: transaction has not been created',
name,
version: expectedVersion,
program
}

if(verbose)
return {
process: null,
Expand Down

0 comments on commit b1ccaa7

Please sign in to comment.