Skip to content

Commit a2229e7

Browse files
committed
Mention visual log in error message
1 parent 6e9f089 commit a2229e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

analyze.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ module.exports = async function run() {
129129
if (lastStatus == JobStatus.COMPLETED) {
130130
core.info("Analysis finished! Completed with status: " + lastStatus)
131131
} else {
132-
throw new Error(`Analysis finished with non-complete status: ${lastStatus}. See Code Dx logs for more details.`)
132+
throw new Error(`Analysis finished with non-complete status: ${lastStatus}. See Code Dx server logs/visual log for more details.`)
133133
}
134134
}
135135
}

0 commit comments

Comments
 (0)