Skip to content

Commit

Permalink
I. natcap#1665 add windowsHide for remove
Browse files Browse the repository at this point in the history
  • Loading branch information
dcdenu4 committed Nov 4, 2024
1 parent ad62ba8 commit c0e5d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workbench/src/main/setupAddRemovePlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export function setupRemovePlugin() {
const mamba = settingsStore.get('mamba');
execSync(
`"${mamba}" remove --yes --prefix ${env} --all`,
{ stdio: 'inherit' }
{ stdio: 'inherit', windowsHide: true }
);
// Delete the plugin's data from storage
settingsStore.delete(`plugins.${pluginID}`);
Expand Down

0 comments on commit c0e5d08

Please sign in to comment.