Skip to content

Commit

Permalink
for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bsclifton committed Oct 6, 2018
1 parent f164cde commit 5d0ab08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ Config.prototype.buildArgs = function () {
chrome_version_string: this.chromeVersion,
safebrowsing_api_endpoint: this.safeBrowsingApiEndpoint,
brave_referrals_api_key: this.braveReferralsApiKey,
brave_enable_cdm_host_verification: this.braveEnableCdmHostVerification
brave_enable_cdm_host_verification: this.braveEnableCdmHostVerification,
enable_mojo_tracing: true
}

if (process.platform === 'darwin') {
Expand Down

0 comments on commit 5d0ab08

Please sign in to comment.