Skip to content

Commit

Permalink
fix: Node.jsのバージョンを22.11.0に更新し、デバッグ用のconsole.logを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Jan 18, 2025
1 parent 1a89577 commit 8cbebf8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22.11.0
2 changes: 0 additions & 2 deletions src/backend/browser/fileImpl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,7 @@ export const showExportFilePickerImpl: (typeof window)[typeof SandboxKey]["showE
},
],
});
console.log("handle.name", handle.name);
const fakePath = createFakePath(handle.name);
console.log("fakePath", fakePath);
fileHandleMap.set(fakePath, handle);

return fakePath;
Expand Down

0 comments on commit 8cbebf8

Please sign in to comment.