General code clean up
This commit is contained in:
@@ -669,7 +669,7 @@ export let shorten_string = function shorten_string(
|
||||
begin_length=15,
|
||||
end_length=5,
|
||||
wildcard_length=3
|
||||
} : {
|
||||
}: {
|
||||
string: string,
|
||||
max_length?: number,
|
||||
begin_length?: number,
|
||||
@@ -726,7 +726,7 @@ function shorten_filename(
|
||||
max_length=20,
|
||||
slice_end_at=15,
|
||||
max_end_length=5
|
||||
} : {
|
||||
}: {
|
||||
filename: string,
|
||||
max_length?: number,
|
||||
slice_end_at?: number,
|
||||
|
||||
Reference in New Issue
Block a user