Skip to content

Commit

Permalink
feat: 添加检查更新的超时时间
Browse files Browse the repository at this point in the history
  • Loading branch information
yangmingming committed Oct 21, 2024
1 parent a0aa72d commit 1ac54cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/command/init_env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ class InitEnv extends Base {
params: {
now: new Date().toISOString,
},
timeout: 10 * 1000
})
.catch(e => {
return {}
Expand Down

0 comments on commit 1ac54cc

Please sign in to comment.