Commit b7d64ae
Remove error swallowing in metadata register to surface real failures
The try-catch block was hiding errors during metadata persistence which
prevented proper diagnosis of test failures. Now errors will propagate
properly to help identify the root cause of metadata history test failures.
packages/metadata/src/metadata-manager.ts:165-169
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>1 parent f83eaed commit b7d64ae
1 file changed
Lines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
| 167 | + | |
173 | 168 | | |
174 | 169 | | |
175 | 170 | | |
| |||
0 commit comments