This commit is contained in:
Andy Gayton 2024-07-04 19:59:44 -04:00
parent d88de26331
commit 915aa230c5

View File

@ -109,7 +109,7 @@ apparent the next time `nu` is next launched with that plugin registry file.
let custom_path = call.get_flag(engine_state, stack, "plugin-config")?; let custom_path = call.get_flag(engine_state, stack, "plugin-config")?;
// Start the plugin manually, to get the freshest signatures and to not affect engine // Start the plugin manually, to get the freshest signatures and to not affect engine
// state. Provide a GC config that will stop it ASAP. // state. Provide a GC config that will stop it ASAP
let plugin = Arc::new(PersistentPlugin::new( let plugin = Arc::new(PersistentPlugin::new(
identity, identity,
PluginGcConfig { PluginGcConfig {