Skip to content

Commit

Permalink
test: enable turbo error
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe committed Oct 29, 2024
1 parent c7dd74d commit cc54e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/turbo/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const runTurbo = async (task, args, { apiSecret, apiEndpoint, apiSignatureKey }
});
} catch (error) {
console.error("Error running turbo:", error);
// throw error;
throw error;
}
};

Expand Down

0 comments on commit cc54e7d

Please sign in to comment.