Skip to content

Commit

Permalink
feat: 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
LetTTGACO committed Aug 1, 2023
1 parent ae9ba92 commit 45ad49e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-agile-client",
"version": "0.0.5",
"version": "0.0.6",
"description": "AgileConfig的node客户端",
"main": "./cjs/index.js",
"module": "./esm5/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/node-agile-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ async function getAgileConfigPromise(options: Config): Promise<any> {
if (options.debug) console.info({ message: '【agile】所有接口请求地址', data: urlPaths })
let agileConfigRes
const getConfig = async (index: number) => {
console.info(`【agile】:接口请求地址:${urlPaths[index]}`)
if (options.debug) console.info(`【agile】:接口请求地址:${urlPaths[index]}`)
try {
const response = await axios.get(urlPaths[index], {
timeout: options.httptimeout || 100000,
Expand Down

0 comments on commit 45ad49e

Please sign in to comment.