diff --git a/scripts/turbo/index.js b/scripts/turbo/index.js index b5640e799e7e4..89ad6e8f366ff 100644 --- a/scripts/turbo/index.js +++ b/scripts/turbo/index.js @@ -28,7 +28,7 @@ const runTurbo = async (task, args, { apiSecret, apiEndpoint, apiSignatureKey } }); } catch (error) { console.error("Error running turbo:", error); - throw error; + // throw error; } };