Skip to content

Commit

Permalink
chore: remove answered comment question
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki committed Apr 19, 2024
1 parent 56490f4 commit 5030891
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/blockstore-fs/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ async function writeFile (writer: StenoWriter, file: string, contents: Uint8Arra
// On Windows, if the final file already exists this error is thrown.
// No such error is thrown on Linux/Mac
// Make sure we can read & write to this file
// 2023-12-14: Is this still needed with steno?
await fs.access(file, fs.constants.F_OK | fs.constants.W_OK)

// The file was created by another context - this means there were
Expand Down
1 change: 0 additions & 1 deletion packages/datastore-fs/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ async function writeFile (writer: StenoWriter, file: string, contents: Uint8Arra
// On Windows, if the final file already exists this error is thrown.
// No such error is thrown on Linux/Mac
// Make sure we can read & write to this file
// 2023-12-14: Is this still needed with steno?
await fs.access(file, fs.constants.F_OK | fs.constants.W_OK)

// The file was created by another context - this means there were
Expand Down

0 comments on commit 5030891

Please sign in to comment.