Closed
Description
My utility has encountered an exception. It's occurred in the "libs/common/utils.js" by network error.
Looks like a regression from 8b2bbf2#diff-638107c62532c8d249c9f17a0c7fb355L169
resp
check has been removed. therefore, It throws an exception when httpRespMessage
is undefined
.
I wrote fix patch. please see pull request.