mirror of
https://github.com/appium/appium.git
synced 2026-05-23 04:18:53 -05:00
fix: Logs format (#17156)
This commit is contained in:
@@ -538,7 +538,7 @@ const getExecutablePath = _.memoize(
|
||||
*/
|
||||
async function getExecutablePath(binaryName) {
|
||||
const fullPath = await fs.which(binaryName);
|
||||
log.debug(`Found '%s' at '%s'`, binaryName, fullPath);
|
||||
log.debug(`Found '${binaryName}' at '${fullPath}'`);
|
||||
return fullPath;
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user