Commit 3da277c9 by haojie

1

parent 95024fb7
...@@ -176,7 +176,9 @@ async function run() { ...@@ -176,7 +176,9 @@ async function run() {
Transfer_callBack(task); Transfer_callBack(task);
} }
} }
} catch (e) {} } catch (e) {
console.log(e);
}
} else { } else {
console.log('等待'); console.log('等待');
sleep(2000); sleep(2000);
......
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