Get trace like console.error() with producing an error message

前端 未结 0 1329
你的背包
你的背包 2020-12-13 06:38

When I do console.error(\'Custom Error\') I get a nice trace of where it came from

For Example:

func1();

function func1() {
  func2();
}
         


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