mirror of
https://github.com/nushell/nushell.git
synced 2024-11-07 17:14:23 +01:00
8b7696f4c1
# Description The `stress_internals` tests can fail sometimes, but usually not on the CI, because Nushell exits while the plugin is still trying to read or maybe write something, leading to a broken pipe. `nu-plugin` already exits with 1 without printing a message on a protocol-level I/O error, so this just doing the same thing. I think there's probably a way to correct the plugin handling so that we wait for plugins to shut down before exiting and this doesn't happen, but this is the quick fix in the meantime. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE |