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

View File

@@ -10,7 +10,6 @@ function sleep(ms: number) {
}
process.on('uncaughtException', function (err) {
sleep(5000)
core.debug("Hahahaha")
core.setFailed("eiei")
});