Skip to content

Commit 8530f5b

Browse files
author
Alex Kalyvitis
committed
add missing semicolon
1 parent a67896b commit 8530f5b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/setup-tracer.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/setup-tracer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ async function run() {
156156
// If the languages parameter was not given and no languages were
157157
// detected then fail here as this is a workflow configuration error.
158158
if (languages.length === 0) {
159-
throw new Error("Did not detect any languages to analyze. Please update input in workflow.")
159+
throw new Error("Did not detect any languages to analyze. Please update input in workflow.");
160160
}
161161

162162
analysisPaths.includeAndExcludeAnalysisPaths(config, languages);

0 commit comments

Comments
 (0)