Skip to content

Commit

Permalink
Add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dcroote committed Nov 13, 2024
1 parent 055c616 commit b5d7759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-scripts/deploy-dao-contracts-on-hardhat.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const { join } = require('path');
const { execAndLog, promiseWrapper } = require('./utils');

// NOTE: Change this to true in case you need more information to debug issues
const DEBUG = false;
const DEBUG = true;

const main = async () => {
const rootDir = join(__dirname, '../');
Expand Down

0 comments on commit b5d7759

Please sign in to comment.