()
| 31 | loader.create(strings["add ftp"], strings["connecting..."], { |
| 32 | timeout: 10000, |
| 33 | callback() { |
| 34 | stopConnection = true; |
| 35 | }, |
| 36 | }); |
| 37 | const [home] = await Promise.all([ftp.getWorkingDirectory(), loadAd()]); |
| 38 |
no outgoing calls
no test coverage detected