mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-23 02:11:19 +00:00
Merge pull request #14107 from overleaf/jpa-fix-format
[stream-utils] fix formatting GitOrigin-RevId: 85de4dfe7a48dec9fe5cb06fc7f7e446366e1510
This commit is contained in:
parent
30d0c268ca
commit
117928f58e
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ class TimeoutStream extends PassThrough {
|
|||
|
||||
/**
|
||||
* LoggerStream which will call the provided logger function when the stream exceeds a user specified limit. It will call the provided function again when flushing the stream and it exceeded the user specified limit before.
|
||||
* @extends stream.Transform
|
||||
* @extends stream.Transform
|
||||
*/
|
||||
class LoggerStream extends Transform {
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue