Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyuheng committed Oct 10, 2024
1 parent e698569 commit a2ffa5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/data/dataGetOrFail.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { NotFound } from "../../errors/index.js"
import { isErrnoException } from "../../utils/node/isErrnoException.js"

export async function dataGetOrFail(db: Database, path: string): Promise<Data> {
const who = "dataGetOrFail.js"
const who = "dataGetOrFail"

try {
return await readData(db, path)
Expand Down

0 comments on commit a2ffa5a

Please sign in to comment.