This commit is contained in:
Wathanyu Phromma
2020-05-29 20:46:40 +07:00
parent f20f4f6a76
commit d2e57873b6
3 changed files with 1 additions and 3 deletions

1
dist/index.js vendored
View File

@@ -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");
});