(path)
| 1283 | }); |
| 1284 | |
| 1285 | function pathIsSupported(path) |
| 1286 | { |
| 1287 | if(compatible.open(path) || fs.statSync(path).isDirectory()) |
| 1288 | return true; |
| 1289 | |
| 1290 | return false; |
| 1291 | } |
| 1292 | |
| 1293 | function openComicDialog(folders = false) |
| 1294 | { |
no outgoing calls
no test coverage detected