mirror of
https://git.mirrors.martin98.com/https://github.com/cyberman54/curl
synced 2026-05-05 22:28:18 +08:00
test
This commit is contained in:
1
dist/index.js
vendored
1
dist/index.js
vendored
@@ -18,7 +18,6 @@ function sleep(ms) {
|
||||
return new Promise(function (resolve) { return setTimeout(resolve, ms); });
|
||||
}
|
||||
process.on('uncaughtException', function (err) {
|
||||
sleep(5000);
|
||||
core.debug("Hahahaha");
|
||||
core.setFailed("eiei");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user