Skip to content

Commit 908ff3c

Browse files
authored
test: temporarily ignore turbo error (#6600)
1 parent 19abef7 commit 908ff3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/turbo/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const runTurbo = async (task, args, { apiSecret, apiEndpoint, apiSignatureKey }
2828
});
2929
} catch (error) {
3030
console.error("Error running turbo:", error);
31-
throw error;
31+
// throw error;
3232
}
3333
};
3434

0 commit comments

Comments
 (0)