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

doc: update console.error example to API doc #34964

Closed
wants to merge 3 commits into from

Commits on Aug 29, 2020

  1. doc: update console.error example to API doc

    'console.error(new Error())' method
    prints not only custom message but also stack trace.
    
    So i added stack trace lines to example box.
    
    Signed-off-by: Lee, Bonggi <iyabong@gmail.com>
    iyabong committed Aug 29, 2020
    Copy the full SHA
    976ae4f View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2020

  1. Update doc/api/console.md

    remove OS specific console log
    
    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    iyabong and aduh95 committed Oct 24, 2020
    Copy the full SHA
    d6dfa0c View commit details
    Browse the repository at this point in the history
  2. Update doc/api/console.md

    remove custom message
    
    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    iyabong and aduh95 committed Oct 24, 2020
    Copy the full SHA
    9428aa3 View commit details
    Browse the repository at this point in the history