-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Not Needed
node-worker-runtime-thread spawns a child process for mongosh evaluation. when serializing a response, if the response is an error and the error has function properties, node-worker-runtime-thread fails to serialize the error.
we should remove function properties from error before serializing them.
- causes
-
COMPASS-5919 Syntax errors are not serialized correctly in embedded shell
- Closed