Run divergence check using the new -h command

This commit is contained in:
Rishi Panthee 2022-08-05 19:48:50 -04:00
parent 74a4855981
commit 52c1ca9577
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ program
.command('register')
.action(() => {
if (!skipDiverganceCheck) {
exec(`node find_divergent_block.js -n ${engineNode}`).on('exit', (code) => {
exec(`node find_divergent_block.js -h -n ${engineNode}`).on('exit', (code) => {
if (code != 0) {
// eslint-disable-next-line no-console
console.log(`A divergent block was found, not registering. Run node find_divergent -n ${engineNode} to learn where.`)