Skip to content

Commit

Permalink
🐞 fix: 处理并发别名任务配置错误;
Browse files Browse the repository at this point in the history
  • Loading branch information
ruan-cat committed Sep 19, 2024
1 parent d9fd022 commit f101cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/vercel-deploy-tool/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ async function main() {

// 并发的别名任务
{
type: "queue",
type: "parallel",
tasks: deployTarget.url.map((userUrl) => {
return generateSimpleAsyncTask(async (vercelUrl: string) => {
const alias = generateAliasTask(vercelUrl, userUrl);
Expand Down

0 comments on commit f101cef

Please sign in to comment.