diff options
Diffstat (limited to 'io/util.ts')
-rw-r--r-- | io/util.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/io/util.ts b/io/util.ts index a0cf08102..96ff10b0e 100644 --- a/io/util.ts +++ b/io/util.ts @@ -25,7 +25,9 @@ export function stringsReader(s: string): Reader { return new Buffer(encode(s).buffer); } -/** Create or open a temporal file at specified directory with prefix and postfix */ +/** Create or open a temporal file at specified directory with prefix and + * postfix + * */ export async function tempFile( dir: string, opts: { |