julia
83fd1e83 - fix _spawn_primitive to report error correctly (#34716)

Commit
6 years ago
fix _spawn_primitive to report error correctly (#34716) Method `_spawn_primitive` in `process.jl` seems to be defining a local valiable that shadows the `error` method that it tries to use. This renames the local variable to fix that.
Author
Parents
Loading