Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
update command error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gacek85 committed May 6, 2015
1 parent cc67b49 commit d688683
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/services/interactive_session/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,7 @@ if (resolver === null) {
'Cool, try again later!',
null
);
return;
}

try {
Expand Down Expand Up @@ -846,6 +847,7 @@ if (resolver === null) {
.addParam('timeParsed', time)
;
callback(that.getView(step), null);
return;
}
});
}
Expand Down

0 comments on commit d688683

Please sign in to comment.