(p)
| 32 | options.filter = args.find((a, i) => !a.startsWith("--") && (threadsIndex === -1 || i !== threadsIndex + 1)) || ""; |
| 33 | |
| 34 | function toPosix(p) { |
| 35 | return p.replace(/\\/g, "/"); |
| 36 | } |
| 37 | |
| 38 | function relSample(file) { |
| 39 | return toPosix(path.relative(path.join(rootDir, "samples"), file)); |
no outgoing calls
no test coverage detected