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 3cee978 commit 99ec837Copy full SHA for 99ec837
test/parallel/test-fs-stat-abort-test.js
@@ -8,7 +8,7 @@ const tmpdir = require('../common/tmpdir');
8
9
test('fs.stat should throw AbortError when called with an already aborted AbortSignal', async () => {
10
// This test verifies that fs.stat immediately throws an AbortError if the provided AbortSignal
11
- // has already been aborted. This approach is used because attempting to abort an fs.stat call in-flight
+ // has already been canceled. This approach is used because trying to abort an fs.stat call in flight
12
// is unreliable given that file system operations tend to complete very quickly on many platforms.
13
tmpdir.refresh();
14
0 commit comments