Commit 2a5718ee authored by wang's avatar wang

nk 修复

parent 92bba322
...@@ -513,12 +513,16 @@ async function run() { ...@@ -513,12 +513,16 @@ async function run() {
// await px.step2() // await px.step2()
// await sleep(1500) // await sleep(1500)
await px.step3() await px.step3()
if (px.flag) {
await px.test()
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()
// break break
} }
// await sleep(1500) // await sleep(1500)
// await px.add_headers() // await px.add_headers()
......
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