Showing
1 changed file
with
1 additions
and
1 deletions
@@ -224,7 +224,7 @@ const getSearchParamsWithoutMethod = (params) => { | @@ -224,7 +224,7 @@ const getSearchParamsWithoutMethod = (params) => { | ||
224 | try { | 224 | try { |
225 | queryString = decodeURIComponent(params.query).replace(/\+/g, ','); | 225 | queryString = decodeURIComponent(params.query).replace(/\+/g, ','); |
226 | } catch (e) { | 226 | } catch (e) { |
227 | - logger.error('decodeURIComponent params query: ' + e); | 227 | + logger.error(`decodeURIComponent params query:${params.query + ''}`); |
228 | } | 228 | } |
229 | finalParams.query = queryString; | 229 | finalParams.query = queryString; |
230 | } | 230 | } |
-
Please register or login to post a comment