Skip to content

Commit 5b88cb1

Browse files
committed
unreachable
1 parent 741b9a0 commit 5b88cb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ export function parseSize(size: string): number {
220220
return num * KIBIBYTE;
221221
}
222222

223-
return 0;
223+
throw new Error("unreachable");
224224
}
225225

226226
export function tablePrinter<T>(

0 commit comments

Comments
 (0)