(shellDir: string)
| 12 | const EXITING_MESSAGE = "Shell exiting..."; |
| 13 | |
| 14 | function getInfoFile(shellDir: string): string { |
| 15 | return path.join(shellDir, "info.json"); |
| 16 | } |
| 17 | |
| 18 | // Invoked by the process running `meteor shell` to attempt to connect to |
| 19 | // the server via the socket file. |
no outgoing calls
no test coverage detected
searching dependent graphs…