@memlab/heap-analysis 1.0.17 → 1.0.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -27,7 +27,7 @@ const PluginUtils_1 = __importDefault(require("./PluginUtils"));
27
27
  // Identify the target scenario and
28
28
  // add its setting to Config
29
29
  function loadScenarioConfig() {
30
- core_1.utils.loadTargetInfoFromRunMeta();
30
+ core_1.runInfoUtils.runMetaInfoManager.setConfigFromRunMeta({ silentFail: true });
31
31
  if (core_1.config.targetApp === 'external' ||
32
32
  core_1.config.targetTab.startsWith(core_1.constant.namePrefixForScenarioFromFile)) {
33
33
  return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memlab/heap-analysis",
3
- "version": "1.0.17",
3
+ "version": "1.0.19",
4
4
  "license": "MIT",
5
5
  "description": "heap analysis plugins for memlab",
6
6
  "author": "Liang Gong <lgong@fb.com>",