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 adc2e0e commit d40ef79Copy full SHA for d40ef79
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