We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7dd74d commit cc54e7dCopy full SHA for cc54e7d
scripts/turbo/index.js
@@ -28,7 +28,7 @@ const runTurbo = async (task, args, { apiSecret, apiEndpoint, apiSignatureKey }
28
});
29
} catch (error) {
30
console.error("Error running turbo:", error);
31
- // throw error;
+ throw error;
32
}
33
};
34
0 commit comments