File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ const processRequest = (params) => {
209209 params . qstring . args = JSON . parse ( params . qstring . args ) ;
210210 }
211211 catch ( SyntaxError ) {
212- console . log ( 'Parse ' + apiPath + ' JSON failed' , params . req . url , params . req . body ) ;
212+ console . log ( 'Parse ' + apiPath + ' JSON failed %s ' , params . req . url , params . req . body ) ;
213213 }
214214 }
215215
@@ -345,7 +345,7 @@ const processRequest = (params) => {
345345 params . qstring . args = JSON . parse ( params . qstring . args ) ;
346346 }
347347 catch ( SyntaxError ) {
348- console . log ( 'Parse ' + apiPath + ' JSON failed' , params . req . url , params . req . body ) ;
348+ console . log ( 'Parse ' + apiPath + ' JSON failed %s ' , params . req . url , params . req . body ) ;
349349 }
350350 }
351351 switch ( paths [ 3 ] ) {
@@ -649,7 +649,7 @@ const processRequest = (params) => {
649649 params . qstring . args = JSON . parse ( params . qstring . args ) ;
650650 }
651651 catch ( SyntaxError ) {
652- console . log ( 'Parse ' + apiPath + ' JSON failed' , params . req . url , params . req . body ) ;
652+ console . log ( 'Parse ' + apiPath + ' JSON failed %s ' , params . req . url , params . req . body ) ;
653653 }
654654 }
655655
You can’t perform that action at this time.
0 commit comments