We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 453df33 commit b02ba2bCopy full SHA for b02ba2b
1 file changed
lib/ace/worker/worker.js
@@ -1,8 +1,8 @@
1
"no use strict";
2
3
var console = {
4
- log: function(msg) {
5
- postMessage({type: "log", data: msg});
+ log: function(msgs) {
+ postMessage({type: "log", data: arguments.join(" ")});
6
}
7
};
8
var window = {
0 commit comments