Commit 81ed6890 authored by wang's avatar wang

收集环境

parent a09ae8a7
...@@ -546,7 +546,7 @@ async function run() { ...@@ -546,7 +546,7 @@ async function run() {
break break
} }
await sleep(1000) // await sleep(1000)
await px.step4() await px.step4()
if (px.flag) { if (px.flag) {
await px.test() await px.test()
...@@ -554,18 +554,18 @@ async function run() { ...@@ -554,18 +554,18 @@ async function run() {
} }
// await sleep(1500) // await sleep(1500)
// await px.add_headers() // await px.add_headers()
await sleep(1000) // await sleep(1000)
} catch (e) { } catch (e) {
console.log(e.toString()) console.log(e.toString())
} finally { } finally {
await sleep(1000) // await sleep(1000)
} }
} }
} }
await sleep(1000) // await sleep(1000)
} catch (e) { } catch (e) {
console.log(e) console.log(e)
} finally { } finally {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment