@atom-ide-community/nuclide-debugger-cli
Advanced tools
Comparing version 0.15.1 to 0.15.2
@@ -142,15 +142,15 @@ /** | ||
if (this._adapter.type === 'hhvm') { | ||
try { | ||
/* eslint-disable nuclide-internal/modules-dependencies */ | ||
// $FlowFB | ||
const interngraph = require('fb-interngraph/app'); | ||
/* eslint-enable */ | ||
invariant(this._dispatcher != null); | ||
this._dispatcher.registerCommand( | ||
new OptoutCommand(this._console, interngraph.postObject), | ||
); | ||
} catch (_) { | ||
// try { | ||
// /* eslint-disable nuclide-internal/modules-dependencies */ | ||
// // $FlowFB | ||
// const interngraph = require('fb-interngraph/app'); | ||
// /* eslint-enable */ | ||
// | ||
// invariant(this._dispatcher != null); | ||
// this._dispatcher.registerCommand( | ||
// new OptoutCommand(this._console, interngraph.postObject), | ||
// ); | ||
// } catch (_) { | ||
this._logger.error(`Failed to get interngraph ${_.message}`); | ||
} | ||
// } | ||
} | ||
@@ -157,0 +157,0 @@ |
{ | ||
"name": "@atom-ide-community/nuclide-debugger-cli", | ||
"version": "0.15.1", | ||
"version": "0.15.2", | ||
"description": "Nuclide command line debugger.", | ||
@@ -20,5 +20,5 @@ "author": "Nuclide : Debugging", | ||
"log4js": "1.1.1", | ||
"@atom-ide-community/nuclide-analytics": "0.7.3-dev", | ||
"@atom-ide-community/nuclide-commons": "0.7.4", | ||
"@atom-ide-community/nuclide-debugger-common": "0.7.3-dev", | ||
"@atom-ide-community/nuclide-analytics": "^0.7.5", | ||
"@atom-ide-community/nuclide-commons": "^0.7.5", | ||
"@atom-ide-community/nuclide-debugger-common": "^0.7.5", | ||
"nullthrows": "1.0.0", | ||
@@ -25,0 +25,0 @@ "rxjs-compat": "6.3.3", |
Sorry, the diff of this file is too big to display
12389
1003191
+ Added@atom-ide-community/nuclide-adb@0.7.9(transitive)
+ Added@atom-ide-community/nuclide-analytics@0.7.9(transitive)
+ Added@atom-ide-community/nuclide-commons@0.7.10(transitive)
+ Added@atom-ide-community/nuclide-commons-atom@0.7.10(transitive)
+ Added@atom-ide-community/nuclide-commons-ui@0.7.10(transitive)
+ Added@atom-ide-community/nuclide-debugger-common@0.7.10(transitive)
+ Added@atom-ide-community/nuclide-node-transpiler@0.7.8(transitive)
+ Addedcr@0.1.0(transitive)
+ Addeddompurify@2.1.1(transitive)
+ Addedlodash@4.17.20(transitive)
+ Addedminimist@1.2.8(transitive)
+ Addedmkdirp@0.5.61.0.4(transitive)
- Removed@atom-ide-community/nuclide-adb@0.7.3-dev(transitive)
- Removed@atom-ide-community/nuclide-analytics@0.7.3-dev(transitive)
- Removed@atom-ide-community/nuclide-commons@0.7.3-dev0.7.4(transitive)
- Removed@atom-ide-community/nuclide-commons-atom@0.7.3-dev(transitive)
- Removed@atom-ide-community/nuclide-commons-ui@0.7.3-dev(transitive)
- Removed@atom-ide-community/nuclide-debugger-common@0.7.3-dev(transitive)
- Removed@atom-ide-community/nuclide-node-transpiler@0.7.3-dev(transitive)
- Removeddompurify@1.0.3(transitive)
- Removedlodash@4.17.10(transitive)
- Removedminimist@0.0.8(transitive)
- Removedmkdirp@0.5.1(transitive)
- Removedos-tmpdir@1.0.2(transitive)
- Removedtemp@0.8.3(transitive)