Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
squash: lint
  • Loading branch information
LiviaMedeiros committed Feb 26, 2022
commit fda600ea9d4b84e304d6a1a1c1c7ef7e825eb771
2 changes: 1 addition & 1 deletion test/parallel/test-fs-readSync-optional-params.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ for (const options of [
[4, 4, 4, 4],
]) {
runTest(Buffer.allocUnsafe(expected.length), options);
};
}