We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 126e8eb commit 47fb2d6Copy full SHA for 47fb2d6
test/parallel/test-fs-promises-file-handle-append-file.js
@@ -58,5 +58,5 @@ async function doAppendAndCancel() {
58
Promise.all([
59
validateAppendBuffer(),
60
validateAppendString(),
61
- doAppendAndCancel()
+ doAppendAndCancel(),
62
]).then(common.mustCall());
0 commit comments