Skip to content

Commit

Permalink
Merge branch 'master' into chorePlatformId
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga authored Apr 29, 2024
2 parents eb2edb7 + 115bbb2 commit 6441b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/titanium/libv8-services.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ async function generateSnapshot(v8SnapshotHeaderFilePath, rollupFileContent) {
}

// Delete snapshot blob.
await fs.unlink(blobPath);
await fs.remove(blobPath);
}

// Generate 'V8Snapshots.h' from template
Expand Down

0 comments on commit 6441b8e

Please sign in to comment.