Fixed turtle.

This commit is contained in:
Alexander Kastius
2016-08-12 14:42:35 +02:00
parent fbb1cfb67b
commit 0ca52a9b8f
5 changed files with 22 additions and 45 deletions

View File

@@ -83,9 +83,4 @@ CodeOceanEditorFlowr = {
}
this.QaApiOutputBuffer = {'stdout': '', 'stderr': ''};
},
handleStreamedResponseForCodePilot: function (event) {
this.qa_api.executeCommand('syncOutput', [this.chunkBuffer]);
this.chunkBuffer = [{streamedResponse: true}];
}
};