How to log the line number of the error when catching a chrome.runtime.lastError?

后端 未结 0 1770
无人共我
无人共我 2021-01-07 02:56

I\'m catching the async errors from my code via

if (chrome.runtime.lastError) {
    console.error(chrome.runtime.lastError)
    notify({m:chrome.runtime.lastE         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题