From ba9840f1c7b33809151e92f14b3b8536fb3c6814 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Baz=20Castillo?= Date: Mon, 27 Nov 2023 16:25:30 +0100 Subject: [PATCH] fix typo --- npm-scripts.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm-scripts.mjs b/npm-scripts.mjs index 8e621081ed..7ed204a47e 100644 --- a/npm-scripts.mjs +++ b/npm-scripts.mjs @@ -590,7 +590,7 @@ async function downloadPrebuiltWorker() const resolvedBinPath = path.resolve(WORKER_RELEASE_BIN_PATH); execSync( - `"${esolvedBinPath}"`, + `"${resolvedBinPath}"`, { stdio : [ 'ignore', 'ignore', 'ignore' ], // Ensure no env is passed to avoid accidents.