Skip to content

Commit

Permalink
Update stdout format
Browse files Browse the repository at this point in the history
  • Loading branch information
Pytal committed Jul 5, 2020
1 parent 6a15dc7 commit bded92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const exec = (cmd: string): Promise<Stdout> => new Promise( (res,rej) =>
const format = (stdout: string) => (
stdout
.replace( /.*\n/, '' )
.replace( /- Removing|- Saving/, '' )
.replace( /- Removing|- Saving|- Retrieving project/, '' )
.trim()
)

Expand Down

0 comments on commit bded92e

Please sign in to comment.