Skip to content

Commit f8c4a02

Browse files
committed
Merge remote-tracking branch 'origin/fix/dashmate/imported-node-needs-reindex' into fix/dashmate/imported-node-needs-reindex
2 parents eecbd0c + 9a4b182 commit f8c4a02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/dashmate/src/listr/tasks/setup/regular/verifySystemRequirementsTaskFactory.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,8 @@ export default function verifySystemRequirementsTaskFactory(docker, dockerCompos
171171
if (!proceed) {
172172
throw new Error('System requirements have not been met');
173173
} else {
174-
this.output = chalk`{orange System requirements have not been met.}`;
174+
// eslint-disable-next-line no-param-reassign
175+
task.output = chalk`{yellow System requirements have not been met.}`;
175176
}
176177
}
177178
}

0 commit comments

Comments
 (0)