Skip to content

Commit

Permalink
fix #50734
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed May 30, 2018
1 parent 2163005 commit cdfa26f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ class RequestOracle {
}

if (!codeEditor || !codeEditor.getModel()) {
this._lastState = undefined;
this._callback(undefined, undefined);
return;
}
Expand Down

0 comments on commit cdfa26f

Please sign in to comment.