1
0
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:
Sebastian Malton 2022-10-13 07:49:33 -04:00
parent d2d546342e
commit 44602a3a7f

View File

@ -51,6 +51,8 @@ const computeShellEnvironmentInjectable = getInjectable({
callWasSuccessful: false,
error: String(error),
};
} finally {
cleanup();
}
};
},