@memlab/heap-analysis 1.0.18 → 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.
- package/dist/BaseAnalysis.js +1 -1
- package/package.json +1 -1
package/dist/BaseAnalysis.js
CHANGED
|
@@ -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.
|
|
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;
|