Nx
Enterprise
Nx
Sign in / Sign up
Open main menu
Nx
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
35138
b5c8b4be chore(core): remove unnecessary type casting
3 hours ago
by Steven Nance
S
Canceled
35138
d03ecd7d chore(core): add unit tests for reasonToError serialization handling
3 hours ago
by Steven Nance
S
Canceled
35138
eb4fa3aa fix(core): display actual error message when plugin loading fails When a plugin loaded in an isolated worker fails, the error is serialized as a plain object (not an Error instance). The existing `instanceof Error` check falls through to `new Error(String(reason))`, which produces `[object Object]` instead of the actual error message. Add a `reasonToError` helper that extracts the `message` and `stack` properties from serialized error objects before falling back to `String()` conversion. Fixes #35137
3 hours ago
by Steven Nance
S
Previous page
Previous
Next
Next page