Skip to content

Commit

Permalink
Merge pull request #65 from mmichaels01/master
Browse files Browse the repository at this point in the history
Updated ui.js to fix bug
  • Loading branch information
SpencerCDixon committed May 3, 2016
2 parents c8b11ab + f33ede3 commit 1abc12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class UI {
}

startProgress(string, customStream) {
const stream = customStream || logUpdate.create(this.inputStream);
const stream = customStream || logUpdate.create(this.outputStream);
if (this.writeLevelVisible(this.writeLevel)) {
this.streaming = true;
this.progressInterval = setInterval(() => {
Expand Down

0 comments on commit 1abc12d

Please sign in to comment.