Skip to content

Commit

Permalink
WIP: don't delete snapshot files
Browse files Browse the repository at this point in the history
We need one of them for debugging.
  • Loading branch information
dckc committed Jun 20, 2021
1 parent 725f3ce commit 574ea73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/xsnap/src/snapStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export function makeSnapstore(
result = await thunk(name);
} finally {
try {
await unlink(name);
// @@@@@@@ await unlink(name);
} catch (ignore) {
// ignore
}
Expand Down

0 comments on commit 574ea73

Please sign in to comment.