File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " jsonrpc-bidirectional" ,
33 "description" : " Bidirectional JSONRPC over web sockets or HTTP with extensive plugin support." ,
4- "version" : " 1.5.0 " ,
4+ "version" : " 1.5.1 " ,
55 "scripts" : {
66 "transpile" : " babel src --out-dir src" ,
77 "todo" : " http://jamesknelson.com/using-es6-in-the-browser-with-babel-6-and-webpack/" ,
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ class DebugLogger extends JSONRPC.ServerPluginBase
3636 }
3737 else
3838 {
39- console . log ( "[" + ( new Date ( ) ) . toISOString ( ) + "] Sending JSONRPC response: " + incomingRequest . responseBody + "\n" ) ;
39+ console . log ( "[" + ( new Date ( ) ) . toISOString ( ) + "] Sending JSONRPC response: " + incomingRequest . callResultSerialized + "\n" ) ;
4040 }
4141 }
4242} ;
You can’t perform that action at this time.
0 commit comments