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

build: fix format-cpp #42764

Merged
merged 1 commit into from
Apr 20, 2022
Merged

Commits on Apr 17, 2022

  1. build: fix format-cpp

    According to the logs in
    nodejs#42681 (comment),
    `make format-cpp` exits with an NZEC. This change intentionally ignores
    the error code because it is irrelevant. We already check if the
    formatter produced a diff in the next line.
    
    Refs: nodejs#42681 (comment)
    Signed-off-by: Darshan Sen <raisinten@gmail.com>
    RaisinTen committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    83d34b3 View commit details
    Browse the repository at this point in the history