(text: string)
| 84 | |
| 85 | Shell.acceptable.reset() |
| 86 | const quote = (text: string) => `"${text}"` |
| 87 | const squote = (text: string) => `'${text}'` |
| 88 | const projectRoot = path.join(__dirname, "../..") |
| 89 | const bin = quote(process.execPath.replaceAll("\\", "/")) |
no outgoing calls
no test coverage detected