Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JrMasterModelBuilder committed Oct 8, 2023
1 parent 6c125cb commit 0f46e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export function createArchiveByFileExtensionOrThrow(
if (!a) {
throw new Error(`Unsupported archive format: ${path}`);
}
return null;
return a;
}

/**
Expand Down

0 comments on commit 0f46e69

Please sign in to comment.