Skip to content

Commit 47dd68e

Browse files
committed
formatting
1 parent 849b60e commit 47dd68e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

lib/start-proxy-action-post.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/start-proxy-action-post.ts

+4-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ async function runWrapper() {
2525
process.kill(Number(pid));
2626
}
2727

28-
2928
const config = await configUtils.getConfig(
3029
actionsUtil.getTemporaryDirectory(),
3130
logger,
@@ -60,9 +59,11 @@ async function runWrapper() {
6059
},
6160
);
6261
}
63-
} catch(error) {
62+
} catch (error) {
6463
// A failure in the post step should not fail the entire action.
65-
logger.warning(`start-proxy post-action step failed: ${getErrorMessage(error)}`);
64+
logger.warning(
65+
`start-proxy post-action step failed: ${getErrorMessage(error)}`,
66+
);
6667
}
6768
}
6869

0 commit comments

Comments
 (0)