Skip to content

Commit a98426a

Browse files
committed
test: add issue ref for known_issues test
PR-URL: nodejs/node#34267 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 4e3f6f3 commit a98426a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/known_issues/test-fs-open-no-close.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
'use strict';
22

3+
// Refs: https://github.com/nodejs/node/issues/34266
34
// Failing to close a file should not keep the event loop open.
45

56
const common = require('../common');

0 commit comments

Comments
 (0)