Skip to content

Commit 6488098

Browse files
moonglumFND
andauthored
Fixup: WriteFileOpts
Co-authored-by: FND <[email protected]>
1 parent 5240f4a commit 6488098

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,7 @@ async function processFile(fileName,
127127
content = await compactor(content);
128128
}
129129

130-
/**
131-
* @type WriteFileOpts
132-
*/
130+
/** @type WriteFileOpts */
133131
let options = { targetDir };
134132
if(fingerprint !== undefined) {
135133
options.fingerprint = fingerprint;

0 commit comments

Comments
 (0)