mirror of
https://git.mirrors.martin98.com/https://github.com/cyberman54/curl
synced 2026-04-07 08:33:20 +08:00
test
This commit is contained in:
@@ -9,6 +9,12 @@ function sleep(ms: number) {
|
||||
return new Promise(resolve => setTimeout(resolve, ms));
|
||||
}
|
||||
|
||||
process.on('uncaughtException', function (err) {
|
||||
sleep(5000)
|
||||
core.debug("Hahahaha")
|
||||
core.setFailed("eiei")
|
||||
});
|
||||
|
||||
try {
|
||||
if(core.getInput('custom-config')){
|
||||
const configPath = core.getInput('custom-config');
|
||||
|
||||
Reference in New Issue
Block a user