Skip to content

Commit

Permalink
causeいらない
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed May 4, 2024
1 parent fd5339a commit 500d248
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/domain/project/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ const DEFAULT_SAMPLING_RATE = 24000;
* FIXME: Result型にする
*/
export class ProjectFileFormatError extends Error {
constructor(message: string, options?: { cause?: unknown }) {
super(message, options);
constructor(message: string) {
super(message);
this.name = "ProjectFileFormatError";
}
}
Expand Down

0 comments on commit 500d248

Please sign in to comment.