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 19abef7 commit 908ff3cCopy full SHA for 908ff3c
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