Skip to content

Commit dfb4f76

Browse files
F3n67uaduh95
andauthored
Update tools/license2rtf.mjs
Co-authored-by: Antoine du Hamel <[email protected]>
1 parent 15540c0 commit dfb4f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/license2rtf.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import assert from 'node:assert';
22
import Stream from 'node:stream';
33
import { pipeline } from 'node:stream/promises';
4-
import process from 'node:process';
4+
import { stdin, stdout } from 'node:process';
55

66

77
/*

0 commit comments

Comments
 (0)