mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Call cleanup in computeShellEnvironment
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
d2d546342e
commit
44602a3a7f
@ -51,6 +51,8 @@ const computeShellEnvironmentInjectable = getInjectable({
|
||||
callWasSuccessful: false,
|
||||
error: String(error),
|
||||
};
|
||||
} finally {
|
||||
cleanup();
|
||||
}
|
||||
};
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user