Skip to content

Commit

Permalink
fix issue postwait#438
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey P committed Sep 29, 2016
1 parent f3d8034 commit fa17c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/exchange.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ Exchange.prototype._onMethod = function (channel, method, args) {
} else if (this.options.noDeclare) {
if (this.options.confirm) {
this._confirmSelect(channel);
} else {
this.state = 'open';
} else {

if (this._openCallback) {
this._openCallback(this);
Expand Down

0 comments on commit fa17c21

Please sign in to comment.