Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C create-react-app
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,547
    • Issues 1,547
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 417
    • Merge requests 417
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • create-react-app
  • Merge requests
  • !6102

removes use of clearConsole() in some instances

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/drewswaycool/master into master Dec 29, 2018
  • Overview 15
  • Commits 4
  • Pipelines 0
  • Changes 3

Created by: drewswaycool

Issue: for some reason clearConsole(); was being used in a few places that no longer seem relevant.

Note: I really am unsure why a developer would want their terminal cleared when doing development. I imagine there may have been a reason at some point and perhaps there still is?


when running npm start BEFORE: Here you lose all history of previous activity in your terminal. screen shot 2018-12-28 at 11 24 56 pm

when running npm start AFTER: Here your history is preserved. screen shot 2018-12-28 at 11 27 59 pm

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/drewswaycool/master