mirror of
https://github.com/threeal/cmake-action.git
synced 2026-02-01 19:40:49 +00:00
feat: catch error when calling the main function (#138)
This commit is contained in:
2
dist/index.mjs
generated
vendored
2
dist/index.mjs
generated
vendored
@@ -27302,7 +27302,7 @@ async function main() {
|
||||
]);
|
||||
}
|
||||
}
|
||||
main();
|
||||
main().catch((err) => _actions_core__WEBPACK_IMPORTED_MODULE_0__.setFailed(err));
|
||||
|
||||
})();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user