diff --git a/doctor/package.json b/doctor/package.json index 4a56a9549..6ab436afc 100644 --- a/doctor/package.json +++ b/doctor/package.json @@ -1,6 +1,6 @@ { "name": "flipper-doctor", - "version": "0.2.2", + "version": "0.2.3", "description": "Utility for checking for issues with a flipper installation", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/doctor/src/environmentInfo.ts b/doctor/src/environmentInfo.ts index 0e59800bd..f810bdfa7 100644 --- a/doctor/src/environmentInfo.ts +++ b/doctor/src/environmentInfo.ts @@ -32,9 +32,6 @@ export type EnvironmentInfo = { }; export async function getEnvInfo(): Promise { - // Temporary fix for https://github.com/facebook/flipper/issues/667 until it properly fixed in 'envinfo'. - process.env.JAVA_OPTS = - '-XX:+IgnoreUnrecognizedVMOptions --add-modules java.se.ee'; return JSON.parse( await run( { diff --git a/package.json b/package.json index 469abce93..8fa325230 100644 --- a/package.json +++ b/package.json @@ -136,7 +136,7 @@ "emotion": "^10.0.23", "expand-tilde": "^2.0.2", "express": "^4.15.2", - "flipper-doctor": "^0.2.2", + "flipper-doctor": "^0.2.3", "fs-extra": "^8.0.1", "immer": "^5.0.1", "immutable": "^4.0.0-rc.12", diff --git a/yarn.lock b/yarn.lock index 3d8c6e7c4..05e78986b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4147,10 +4147,10 @@ flatted@^2.0.0: resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.1.tgz#69e57caa8f0eacbc281d2e2cb458d46fdb449e08" integrity sha512-a1hQMktqW9Nmqr5aktAux3JMNqaucxGcjtjWnZLHX7yyPCmlSV3M54nGYbqT8K+0GhF3NBgmJCc3ma+WOgX8Jg== -flipper-doctor@^0.2.2: - version "0.2.2" - resolved "https://registry.yarnpkg.com/flipper-doctor/-/flipper-doctor-0.2.2.tgz#ad51882bd82fea105034eab4db04aa9da2e45fdd" - integrity sha512-bi5xO5GO0LzwEHif2k4gpL4aXlt70tts2wxTsTZS4ng6VykV/5qlawIcOg5vn57+rsito+zWsyUhYEMgKu0BZg== +flipper-doctor@^0.2.3: + version "0.2.3" + resolved "https://registry.yarnpkg.com/flipper-doctor/-/flipper-doctor-0.2.3.tgz#2678c3dc924c1dd69cda65aef9f43040f3b8e085" + integrity sha512-61BJUid7yWu/LzuYYuwdOgakQXWoEXV9+PwKPWwwup73u4k80nUdf+Hx4Ev0dMS/mjQuZ3KwmmxFdFhV/3iWTQ== dependencies: "@types/node" "^12.12.12" envinfo "^7.4.0"