From c20e781441d4828b4de9e430ad133ba38f03b7a6 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Sun, 22 Oct 2023 16:03:13 +0200 Subject: [PATCH] Inherit PATH in zed-local script --- script/zed-local | 1 + 1 file changed, 1 insertion(+) diff --git a/script/zed-local b/script/zed-local index b7574a903b..69f414cc70 100755 --- a/script/zed-local +++ b/script/zed-local @@ -84,6 +84,7 @@ setTimeout(() => { ZED_SERVER_URL: 'http://localhost:8080', ZED_ADMIN_API_TOKEN: 'secret', ZED_WINDOW_SIZE: `${instanceWidth},${instanceHeight}`, + PATH: process.env.PATH, RUST_LOG, } })