Skip to content

Commit

Permalink
add end interactive method as a workaround for klaudiosinani#44
Browse files Browse the repository at this point in the history
  • Loading branch information
Eliot Stocker committed Oct 12, 2018
1 parent 6face03 commit ae36915
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions signale.js
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,11 @@ class Signale {
return !this._disabled;
}

endInteractive() {
this._interactive = false;
isPreviousLogInteractive = false;
}

scope(...name) {
if (name.length === 0) {
throw new Error('No scope name was defined.');
Expand Down

0 comments on commit ae36915

Please sign in to comment.