add missing semicolon
This commit is contained in:
parent
a67896b792
commit
8530f5b76a
2 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
|
@ -156,7 +156,7 @@ async function run() {
|
|||
// If the languages parameter was not given and no languages were
|
||||
// detected then fail here as this is a workflow configuration error.
|
||||
if (languages.length === 0) {
|
||||
throw new Error("Did not detect any languages to analyze. Please update input in workflow.")
|
||||
throw new Error("Did not detect any languages to analyze. Please update input in workflow.");
|
||||
}
|
||||
|
||||
analysisPaths.includeAndExcludeAnalysisPaths(config, languages);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue