Skip to content

Commit 47fb2d6

Browse files
committed
fix: fix lint
1 parent 126e8eb commit 47fb2d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-fs-promises-file-handle-append-file.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ async function doAppendAndCancel() {
5858
Promise.all([
5959
validateAppendBuffer(),
6060
validateAppendString(),
61-
doAppendAndCancel()
61+
doAppendAndCancel(),
6262
]).then(common.mustCall());

0 commit comments

Comments
 (0)