mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
This change to the logging helps clarify to the reader what is going on, the build ID of our Chromium, and where things are laid out in the system.
This commit is contained in:
parent
d8ae06e549
commit
f91336c0b7
1 changed files with 1 additions and 1 deletions
|
@ -34,8 +34,8 @@ export async function installBrowser(logger, browserConfig, browserType, install
|
|||
const rawChecksum = await md5(binaryPath).catch(() => '');
|
||||
|
||||
if (rawChecksum !== pkg.rawChecksum) {
|
||||
logger.debug(`Extracting ${browserType} to ${binaryPath}`);
|
||||
const archive = path.join(browser.paths.archivesPath, pkg.archiveFilename);
|
||||
logger.debug(`Extracting [${archive}] to [${binaryPath}]`);
|
||||
await extract(archive, installsPath);
|
||||
await chmod(binaryPath, '755');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue