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 ff0137f commit 2160d30Copy full SHA for 2160d30
test/parallel/test-fs-promises-file-handle-readFile.js
@@ -44,7 +44,7 @@ async function validateLargeFileSupport() {
44
const LARGE_FILE_SIZE = 2147483647 + 10 * 1024 * 1024; // INT32_MAX + 10 MB
45
const FILE_PATH = path.join(os.tmpdir(), 'large-virtual-file.bin');
46
47
- if (!tmpDir.hasEnoughSpace(LARGE_FILE_SIZE)) {
+ if (!tmpdir.hasEnoughSpace(LARGE_FILE_SIZE)) {
48
common.printSkipMessage(`Not enough space in ${os.tmpdir()}`);
49
return;
50
}
0 commit comments