From a3c68b4d260adc53798cab5c3d69a145890dca73 Mon Sep 17 00:00:00 2001 From: jgresham Date: Fri, 20 Sep 2024 14:11:47 -0700 Subject: [PATCH] lintfix --- src/main/podman/podman.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/podman/podman.ts b/src/main/podman/podman.ts index fbe50356..471d6f7a 100644 --- a/src/main/podman/podman.ts +++ b/src/main/podman/podman.ts @@ -20,6 +20,7 @@ import { type ConfigValuesMap, buildCliConfig, } from '../../common/nodeConfig'; +import { buildEnvInput } from '../../common/nodeConfig.js'; import { CHANNELS, send } from '../messenger.js'; import { restartNodes } from '../nodePackageManager'; import { isLinux } from '../platform'; @@ -30,7 +31,6 @@ import * as metricsPolling from './metricsPolling'; import { execPromise as podmanExecPromise } from './podman-desktop/podman-cli'; import { getPodmanEnvWithPath } from './podman-env-path'; import startPodman, { onStartUp } from './start'; -import { buildEnvInput } from '../../common/nodeConfig.js'; let podmanWatchProcess: ChildProcess;