Skip to content

Commit cf38ccd

Browse files
fix: remove unrelated change
Co-authored-by: Antoine du Hamel <[email protected]>
1 parent 369b13f commit cf38ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-util-styletext.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ assert.throws(() => {
6565
code: 'ERR_INVALID_ARG_TYPE',
6666
});
6767

68-
// doesn't throw
68+
// does not throw
6969
util.styleText('red', 'text', { stream: {}, validateStream: false });
7070
assert.strictEqual(
7171
util.styleText('red', 'test', { validateStream: false }),

0 commit comments

Comments
 (0)