3
처리되지 않은 약속 거부 소스 찾기 : TypeError : 약속에 대한 체인주기가 감지되었습니다.
Node.js의 Promise에서 처리되지 않은 거부 소스를 찾으려고합니다. --async-stack-traces옵션을 사용하여 노드 버전 12로 업그레이드 하고 다음을 사용하여 청취했습니다. process.on("unhandledRejection",( reason, promise ) => { console.log(reason); console.log(promise); }); 그러나 여전히 범인을 찾는 데 도움이되는 유용한 스택 추적이 표시되지 않습니다! UnhandledPromiseRejectionWarning: TypeError: Chaining cycle detected for promise #<Promise> at process._tickCallback (internal/process/next_tick.js:68:7) (node:89675) UnhandledPromiseRejectionWarning: …