ES /docs

Process terminated with non-zero code: 1

Summary: Process terminated with non-zero code: 1

결과#

densemapper 실패 시 Error 객체가 빈 {}로 기록되는 문제를 수정하여, 에러 메시지가 정상적으로 로그 및 예외에 포함되도록 했다.

Pull Requests#

Repo PR Branch
cupixworks PR #87077 feature/TSLA-12512

변경 내용#

  • three-d-reconstruction-service.ts: catch 블록의 JSON.stringify(error) 두 곳을 error instanceof Error ? error.message : JSON.stringify(error)로 변경
  • .gitignore: tsconfig.tsbuildinfo 패턴 추가

Cleanup#

bash
cd $REPOS_DIR/cupixworks
git worktree remove /home/ec2-user/error-sweeper/.worktrees/cdcd353c-e9a0-455d-ada7-4516afe65100/cupixworks