From 1be90fff3df577ea91ddd2f58f0e32ccdde5ab2e Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Fri, 3 Nov 2023 14:01:43 -0700 Subject: [PATCH] sign-windows: await call to realpath --- ts/scripts/sign-windows.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/scripts/sign-windows.ts b/ts/scripts/sign-windows.ts index 0700916ed2..6dc1b4e48d 100644 --- a/ts/scripts/sign-windows.ts +++ b/ts/scripts/sign-windows.ts @@ -22,7 +22,7 @@ export async function sign( ); } - const target = realpath(configuration.path); + const target = await realpath(configuration.path); // The script will update the file in-place execSync(`bash ${scriptPath} ${target}`, {