flipper-doctor
Advanced tools
Comparing version 0.213.0 to 0.214.0
@@ -255,3 +255,3 @@ "use strict"; | ||
} | ||
const result = await tryExecuteCommand(`${settings === null || settings === void 0 ? void 0 : settings.idbPath} --help`); | ||
const result = await tryExecuteCommand(`${settings?.idbPath} --help`); | ||
const hasProblem = result.hasProblem; | ||
@@ -291,3 +291,3 @@ const message = hasProblem | ||
label, | ||
isRequired: isRequired !== null && isRequired !== void 0 ? isRequired : true, | ||
isRequired: isRequired ?? true, | ||
result: await run(environmentInfo).catch((e) => { | ||
@@ -294,0 +294,0 @@ console.warn(`Health check ${key}/${label} failed with:`, e); |
{ | ||
"name": "flipper-doctor", | ||
"version": "0.213.0", | ||
"version": "0.214.0", | ||
"description": "Utility for checking for issues with a flipper installation", | ||
@@ -30,5 +30,5 @@ "main": "lib/index.js", | ||
"fb-watchman": "^2.0.2", | ||
"flipper-common": "0.213.0", | ||
"flipper-common": "0.214.0", | ||
"fs-extra": "^11.1.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
32347
Updatedflipper-common@0.214.0