Skip to content

Commit b8ac06a

Browse files
author
Alex Kalyvitis
committed
run tslint --fix
1 parent af252d2 commit b8ac06a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@ async function run() {
149149
}
150150

151151
core.startGroup('Load language configuration');
152-
152+
153153
const config = await configUtils.loadConfig();
154-
154+
155155
languages = await util.getLanguages();
156156
// If the languages parameter was not given and no languages were
157157
// detected then fail here as this is a workflow configuration error.
@@ -163,10 +163,10 @@ async function run() {
163163
analysisPaths.includeAndExcludeAnalysisPaths(config, languages);
164164

165165
core.endGroup();
166-
166+
167167
} catch (e) {
168168
core.setFailed(e.message);
169-
await util.reportActionAborted('init', e.message, );
169+
await util.reportActionAborted('init', e.message);
170170
return;
171171
}
172172

0 commit comments

Comments
 (0)