Skip to content

Commit d878953

Browse files
committed
fix: Use node's process instead of electron's for env access
1 parent ab725bf commit d878953

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/renderer/lib/containers/podman.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import { concatEnv, execFileAsync, stringifyExecFile } from "../exec-helper";
1616

1717
const path: typeof import("node:path") = require("node:path");
1818
const fs: typeof import("node:fs") = require("node:fs");
19+
const process: typeof import("process") = require("node:process");
1920

2021
export type PodmanSpecs = {
2122
podmanInstalled: boolean;

0 commit comments

Comments
 (0)