formatting
This commit is contained in:
parent
740b258ce1
commit
d4e4bd9ec3
2 changed files with 2 additions and 1 deletions
|
@ -144,7 +144,7 @@ app.whenReady().then(() => {
|
|||
};
|
||||
};
|
||||
|
||||
/* Reduce size of a file */
|
||||
/** Reduce size of a file */
|
||||
const reduceSize = async (
|
||||
file: string,
|
||||
bitrate: number,
|
||||
|
|
|
@ -144,4 +144,5 @@ const main = async () => {
|
|||
);
|
||||
await internals.exit();
|
||||
};
|
||||
|
||||
main();
|
||||
|
|
Loading…
Reference in a new issue