Skip to content

Commit

Permalink
made dot
Browse files Browse the repository at this point in the history
  • Loading branch information
timbrinded committed Dec 5, 2024
1 parent 0361533 commit 32397ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/cmds/components/LogViewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export const LogViewer: React.FC<LogViewerProps> = ({
silent: false,
subDirectory: process.env.MOON_SUBDIR,
outputFile: tmpFile,
reporters: ['basic', 'json'],
reporters: ['dot', 'json'],
onConsoleLog: (log) => {
if (!log.includes("has multiple versions, ensure that there is only one installed.")) {
setTestOutput(prev => [...prev, log]);
Expand Down

0 comments on commit 32397ca

Please sign in to comment.