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