slnodejs 6.1.225 → 6.1.234

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.
@@ -46911,6 +46911,7 @@ var __extends = (this && this.__extends) || (function () {
46911
46911
  NodejsEnvInfoBuilder.prototype.fillData = function () {
46912
46912
  this.info.indexJsonDeps = this.dependencies;
46913
46913
  this.info.nodeVersion = process.versions.node;
46914
+ this.info.execArgv = process.execArgv;
46914
46915
  };
46915
46916
  NodejsEnvInfoBuilder.prototype.build = function () {
46916
46917
  this.fillData();