MCPcopy Index your code
hub / github.com/hoothin/UserScripts / throwErrorInfo

Function throwErrorInfo

Picviewer CE+/dist.user.js:13808–13812  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

13806
13807 //抛出错误到错误控制台
13808 function throwErrorInfo(err){
13809 if(console && console.error){
13810 console.error(err.message + '\n\n' + (err.stacktrace? err.stacktrace : '') + '\n\n' , err);
13811 };
13812 };
13813
13814 //对象克隆
13815 function cloneObject(obj,deep){

Callers 2

findPicFunction · 0.70
checkFloatBarFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected