()
| 85657 | try { |
| 85658 | ig.add( |
| 85659 | (0, import_fs3.readFileSync)((0, import_path4.join)(gitDir, ".opencommitignore")).toString().split("\n") |
| 85660 | ); |
| 85661 | } catch (e3) { |
| 85662 | } |
| 85663 | return ig; |
| 85664 | }; |
| 85665 | var getCoreHooksPath = async () => { |
| 85666 | const gitDir = await getGitDir(); |
| 85667 | const { stdout } = await execa("git", ["config", "core.hooksPath"], { |
| 85668 | cwd: gitDir |
no test coverage detected
searching dependent graphs…