Skip to content

Commit 90521c7

Browse files
author
Joshua Rubin
committed
add semicolon
1 parent 1713262 commit 90521c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export function processStream(fileName: string, input: NodeJS.ReadableStream, op
7878

7979
input.on("end", () => {
8080
if (fragment.slice(-1) === "\n") {
81-
fragment = fragment.slice(0,-1)
81+
fragment = fragment.slice(0, -1);
8282
}
8383
resolve(fragment);
8484
});

0 commit comments

Comments
 (0)