모든 try~catch 구문의 error에 any를 지정하지 않으면 에러가 났는데, 요로케 하니까 에러가 안 난다 ㅎㅎ
try{ ~~~ } catch (error) { if ( error instanceof Error) ~~~