Skip to content

Commit

Permalink
Update report-portal.js (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltseitlin authored Mar 25, 2021
1 parent c1ebc5e commit a9f3702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/report-portal.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class ReportPortal {
throw new Error('Missing argument --rproject');

this.liveReporting = filterArguments('--', '')['disable-live-reporting'] === undefined;
this.displayDebugLogs = filterArguments('--', '')['--display-debug-logs'] !== undefined;
this.displayDebugLogs = filterArguments('--', '')['display-debug-logs'] !== undefined;
this.client = new RPClient({
protocol: (cliArguments.rprotocol) ? cliArguments.rprotocol: 'https',
domain: cliArguments.rdomain,
Expand Down

0 comments on commit a9f3702

Please sign in to comment.