add missing inTry case

This commit is contained in:
Tobias Koppers 2019-11-07 17:31:47 +01:00
parent 53626c09f9
commit c0a79c0257
1 changed files with 1 additions and 0 deletions

View File

@ -2392,6 +2392,7 @@ class Compilation {
if (source !== sourceFromCache) {
this.cache.store(cacheName, usedHash, source, err => {
if (err) return errorAndCallback(err);
inTry = false;
return callback();
});
} else {