Skip to content

Commit

Permalink
fix: default clear to true
Browse files Browse the repository at this point in the history
default behaviour
  • Loading branch information
Pooya Parsa committed Mar 27, 2018
1 parent 20001b7 commit 528b769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const defaults = {
color: 'green',
stream: process.stdout,
profile: false,
clear: false,
clear: true,
showCursor: false,
};

Expand Down

0 comments on commit 528b769

Please sign in to comment.