flipper-doctor
Advanced tools
Comparing version 0.244.0 to 0.245.0
@@ -26,2 +26,4 @@ "use strict"; | ||
label, | ||
// TODO: Fix this the next time the file is edited. | ||
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion | ||
result: await run(environmentInfo), | ||
@@ -28,0 +30,0 @@ }))), |
@@ -365,2 +365,4 @@ "use strict"; | ||
isRequired: isRequired ?? true, | ||
// TODO: Fix this the next time the file is edited. | ||
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion | ||
result: await run(environmentInfo).catch((e) => { | ||
@@ -367,0 +369,0 @@ console.warn(`Health check ${key}/${label} failed with:`, e); |
{ | ||
"name": "flipper-doctor", | ||
"version": "0.244.0", | ||
"version": "0.245.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.244.0", | ||
"flipper-common": "0.245.0", | ||
"fs-extra": "^11.1.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
36518
530
Updatedflipper-common@0.245.0