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 16b4ca4 commit a66f89bCopy full SHA for a66f89b
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