Skip to content

Commit 01204b9

Browse files
save file
1 parent 7f8e3f4 commit 01204b9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

utils/editors/html-editor/html/output-html/v2.0/output-html-v2.0.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,9 @@
228228

229229

230230
obj.on.message = function(json){
231-
232-
console.log('output.message',json);
231+
console.log('output.message',json);
232+
var {name,args} = json;
233+
webconsole[name].apply(null,args);
233234

234235
}//message
235236

0 commit comments

Comments
 (0)