1
0
Fork 0

Comment nit

pull/75/head
Danny McCormick 2019-08-21 12:54:24 -04:00 committed by GitHub
parent e7914df1c6
commit 7d605994f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -226,9 +226,9 @@ export async function which(tool: string, check?: boolean): Promise<string> {
// build the list of directories // build the list of directories
// //
// Note, technically "where" checks the current directory on Windows. From a task lib perspective, // Note, technically "where" checks the current directory on Windows. From a toolkit perspective,
// it feels like we should not do this. Checking the current directory seems like more of a use // it feels like we should not do this. Checking the current directory seems like more of a use
// case of a shell, and the which() function exposed by the task lib should strive for consistency // case of a shell, and the which() function exposed by the toolkit should strive for consistency
// across platforms. // across platforms.
const directories: string[] = [] const directories: string[] = []