Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix/dashmate/imported-node-needs…
Browse files Browse the repository at this point in the history
…-reindex' into fix/dashmate/imported-node-needs-reindex
  • Loading branch information
shumkov committed Jul 29, 2024
2 parents eecbd0c + 9a4b182 commit f8c4a02
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ export default function verifySystemRequirementsTaskFactory(docker, dockerCompos
if (!proceed) {
throw new Error('System requirements have not been met');
} else {
this.output = chalk`{orange System requirements have not been met.}`;
// eslint-disable-next-line no-param-reassign
task.output = chalk`{yellow System requirements have not been met.}`;
}
}
}
Expand Down

0 comments on commit f8c4a02

Please sign in to comment.