pull/152/head
Lennart kats 2015-09-13 06:35:23 +00:00
rodzic c1e2162db8
commit 1e1f5b3208
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -493,8 +493,8 @@ define(function(require, exports, module) {
predictStartY = session.terminal.y + session.terminal.ybase;
state = STATE_PREDICT;
if (!checkTextBeforePrediction()) {
errorHandler.reportError(new Error("Warning: unable to init predictions"));
if (DEBUG) debugger;
// Appears to happen when tmux or shell unexpectedly sends a new line
console.warn("Unable to init predictions");
state = STATE_WAIT_FOR_ECHO;
}
});