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

src: allow setting a dir for all diagnostic output #33584

Closed
wants to merge 4 commits into from

Commits on Jun 19, 2020

  1. src: allow setting a dir for all diagnostic output

    Add a flag that allows for the setting of a directory where all
    diagnostic output will be written to.
    e.g. --redirect-warnings
    
    refs: nodejs#33010 (comment)
    AshCripps authored and AshCripps committed Jun 19, 2020
    Copy the full SHA
    c763920 View commit details
    Browse the repository at this point in the history
  2. src: add cpu-prof and heap-prof to diagnostic-dir

    AshCripps authored and AshCripps committed Jun 19, 2020
    Copy the full SHA
    6d40876 View commit details
    Browse the repository at this point in the history
  3. src: add testing for --diagnostic-dir option

    Add testing for diagnostic dir to ensure that it
    behaves as expected when overwritting defaults
    AshCripps authored and AshCripps committed Jun 19, 2020
    Copy the full SHA
    57e0028 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

  1. src: correct diagnostic-dir doc links

    AshCripps authored and AshCripps committed Jul 14, 2020
    Copy the full SHA
    900e397 View commit details
    Browse the repository at this point in the history