Skip to content

Conversation

@abicky
Copy link
Owner

@abicky abicky commented Feb 23, 2020

This PR fixes infinite loops Node.js 13.7.0 or later causes.
The root cause is the change of the output format on sending the first TAB.

For example, the output on sending a TAB at the end of a line "> Err" changed like below:

  • Node.js 13.6.0 or earlier
    Error^[[1G^[[0J> Error^[[8G
    
  • Node.js 13.7.0 or later
    Error
    

@abicky abicky force-pushed the feature/support-nodejs-13.7.0 branch from a59a12b to 2821100 Compare February 23, 2020 14:23
This commit fixes infinite loops Node.js 13.7.0 or later causes.
The root cause is the change of the output format
on sending the first TAB.

For example, the output on sending a TAB at the end of a line "> Err"
changed like below:

* Node.js 13.6.0 or earlier
    ```
    Error^[[1G^[[0J> Error^[[8G
    ```
* Node.js 13.7.0 or later
    ```
    Error
    ```
@abicky abicky force-pushed the feature/support-nodejs-13.7.0 branch from 2821100 to 941e3c9 Compare February 23, 2020 14:27
@abicky abicky merged commit 990358e into develop Feb 23, 2020
@abicky abicky deleted the feature/support-nodejs-13.7.0 branch February 23, 2020 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant