fix: add logging to silent catch block in workspace restore bootstrap#24502
fix: add logging to silent catch block in workspace restore bootstrap#24502alfredocristofano wants to merge 2 commits into
Conversation
…lattening, lock/concurrency
|
The following comment was made by an LLM, it may be inaccurate: Potential Related PR Found:
|
06ddd4a to
4b26b8f
Compare
4b26b8f to
8dfc9a7
Compare
|
Thanks for updating your PR! It now meets our contributing guidelines. 👍 |
|
Closing this one myself. The branch picked up a large unrelated diff and now shows conflicts, so it is not useful for review in its current form. I’ll keep the issue open for a cleaner fix. |
Issue for this PR
Closes #24327
Type of change
What does this PR do?
Adds a
log.warn()call to a previously silentcatch {}block indialog-workspace-create.tsx:146.The
input.sync.bootstrap({ fatal: false })call could fail silently during workspace session restore, making it impossible to diagnose bootstrap failures from logs.How did you verify your code works?
errorDataandlogis available in scopeChecklist