mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
fix: change the install output to include the executable path (#9797)
This commit is contained in:
parent
47ffec5e00
commit
8cca7bb7a2
@ -100,7 +100,14 @@ export class CLI {
|
||||
),
|
||||
});
|
||||
console.log(
|
||||
`${args.browser.name}@${args.browser.buildId} downloaded successfully.`
|
||||
`${args.browser.name}@${
|
||||
args.browser.buildId
|
||||
} ${computeExecutablePath({
|
||||
browser: args.browser.name,
|
||||
buildId: args.browser.buildId,
|
||||
cacheDir: args.path ?? this.#cachePath,
|
||||
platform: args.platform,
|
||||
})}`
|
||||
);
|
||||
}
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user