(path: string)
| 968 | // some platforms and not others. See |
| 969 | // https://git-scm.com/docs/gitglossary#Documentation/gitglossary.txt-top |
| 970 | const ensureRelativePath = (path: string) => |
| 971 | isAbsolute(path) ? `:(top,literal)${path}` : path |
no outgoing calls
no test coverage detected