diff --git a/scripts/turbo/index.js b/scripts/turbo/index.js index 89ad6e8f366f..b5640e799e7e 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; } };