Catch and log unhandled exceptions stemming from closed file descriptor (#596)

This commit is contained in:
David Hadka 2021-05-27 10:46:35 -05:00 committed by GitHub
parent cc2d767a72
commit c64c572235
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 404 additions and 395 deletions

View file

@ -1,6 +1,6 @@
{
"name": "cache",
"version": "2.1.5",
"version": "2.1.6",
"private": true,
"description": "Cache dependencies and build outputs",
"main": "dist/restore/index.js",