Skip to content

Commit

Permalink
fix(generator): fix warnAboutMetamask being undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
jrainville authored and iurimatias committed Jan 25, 2019
1 parent a3da5c0 commit 0d8f233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/modules/code_generator/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class CodeGenerator {
autoEnable: this.contractsConfig.dappAutoEnable,
connectionList: connectionList,
done: 'done(err);',
warnAboutMetamask: isDev,
warnAboutMetamask: isDev || false,
blockchainClient: this.blockchainConfig.ethereumClientName
});
}
Expand Down

0 comments on commit 0d8f233

Please sign in to comment.