executablesDir method
Implementation
Directory executablesDir(String root) {
return fs.directory(p.join(dartToolGitHooksDir(root).path, 'executables'));
}
Directory executablesDir(String root) {
return fs.directory(p.join(dartToolGitHooksDir(root).path, 'executables'));
}