mgzhenhong

Results 2 comments of mgzhenhong

```javascript async function a() { log("a"); await swipe(500, 2000, 500, 200, 300).then(() => log("a")); } async function b() { log("b"); await a().then(() => log("b")); } b(); ``` or webpack &&...

> Came looking for the same answer, thought mine was broken because my password contained `[]`. > > The answer to my problem was in [#1197](https://github.com/dimitri/pgloader/issues/1197) > > --> instead...