Skip to content

Commit

Permalink
文字化け
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Oct 5, 2024
1 parent f592e28 commit 1bbc4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.mts
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ document.addEventListener('DOMContentLoaded', async () => {
// DuckDB からファイルを削除
await db.dropFile('rtc_stats.parquet')

// OPFS から���ァイルを削除
// OPFS からファイルを削除
if ('createWritable' in FileSystemFileHandle.prototype) {
try {
await deleteBufferFromOPFS()
Expand Down

0 comments on commit 1bbc4dc

Please sign in to comment.