Skip to content

Commit

Permalink
fix: prune task should not confirm
Browse files Browse the repository at this point in the history
  • Loading branch information
likun7981 committed Feb 19, 2023
1 parent 81d0fc0 commit 1d9f1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/server/kit/TaskSDK.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ class TaskSDK extends BaseSDK<'tasks'> {
startTask = async () => {
await prune({
...taskConfig.config,
withoutConfirm: false,
withoutConfirm: true,
})
console.log()
}
Expand Down

0 comments on commit 1d9f1ea

Please sign in to comment.