Skip to content

Commit d0a1f42

Browse files
committed
formatting
1 parent 849b60e commit d0a1f42

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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)