slnodejs 6.1.517 → 6.1.519

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sl-browser-agent",
3
- "version": "6.1.517",
3
+ "version": "6.1.519",
4
4
  "description": "le Browser Agent!",
5
5
  "main": "dist/browser-agent-all.js",
6
6
  "browser": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "slnodejs",
3
- "version": "6.1.517",
3
+ "version": "6.1.519",
4
4
  "description": "",
5
5
  "main": "tsOutputs/api.js",
6
6
  "scripts": {
package/tsOutputs/api.js CHANGED
@@ -32,7 +32,7 @@ function createRemoteAgent(cliArgs, useRelativeCoverage = false) {
32
32
  return __awaiter(this, void 0, void 0, function* () {
33
33
  const agentConfig = yield cliArgsToAgentConfig(cliArgs);
34
34
  const agent = new factory_1.NodeAgentFactory(agentConfig).createRemoteAgent(useRelativeCoverage);
35
- agent.isStartingExecution = bsidResolvedFromLabid(cliArgs);
35
+ agent.isStartingExecution = !bsidResolvedFromLabid(cliArgs);
36
36
  return agent;
37
37
  });
38
38
  }