[스크립트] 모든 자바스크립트 에러의 출력을 막기


function catchError() { return true; }
window.onerror = catchError; 
 

흠... 굳이 막아야 되나? -_-a;;;

Press ESC to close