Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update wrap functionality #104

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Sep 26, 2018

  1. fix(promt): fix issues with fs.write

    In latest node versions
    fs.write(fd, string[, position[, encoding]], callback)
    The callback parameter is no longer optional. Not passing it will throw a TypeError at runtime.
    dmitry-prohorov committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    467289f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from dmitry-prohorov/bug/fix-edit-option

    fix(promt): fix issues with fs.write
    dmitry-prohorov authored Sep 26, 2018
    Configuration menu
    Copy the full SHA
    db79ee8 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2019

  1. Configuration menu
    Copy the full SHA
    e0895fd View commit details
    Browse the repository at this point in the history
  2. feat: update wrap functionality

    Wrap only separate lines with 100 character limit
    dmitry-prohorov committed Nov 10, 2019
    Configuration menu
    Copy the full SHA
    4a6a2a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. Configuration menu
    Copy the full SHA
    21358b4 View commit details
    Browse the repository at this point in the history