Skip to content

Commit

Permalink
improve logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jackieli-tes committed Jun 8, 2021
1 parent 1cedff8 commit b6ebd03
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions dist/restore/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -80281,10 +80281,6 @@ function restoreCache() {
core.info("Fallback cache restore failed");
}
}
else {
core.debug("something's wrong: " + JSON.stringify(e));
throw e;
}
}
}
catch (e) {
Expand Down
3 changes: 0 additions & 3 deletions src/restore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ async function restoreCache() {
} else {
core.info("Fallback cache restore failed");
}
} else {
core.debug("something's wrong: " + JSON.stringify(e));
throw e;
}
}
} catch (e) {
Expand Down

0 comments on commit b6ebd03

Please sign in to comment.