Skip to content

Commit

Permalink
Write cache to disk when build fails
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeLane committed Nov 16, 2023
1 parent 75fb088 commit e5ffbea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/core/src/Parcel.js
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ export default class Parcel {
};

await this.#reporterRunner.report(event);
await this.#requestTracker.writeToCache();

return event;
} finally {
Expand Down

0 comments on commit e5ffbea

Please sign in to comment.