-
-
Notifications
You must be signed in to change notification settings - Fork 37.2k
Add --silent option to configure #3206
Copy link
Copy link
Closed
Labels
buildIssues and PRs related to Node.js builds or CI infrastructure.Issues and PRs related to Node.js builds or CI infrastructure.feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.
Description
Activity
Metadata
Metadata
Assignees
Labels
buildIssues and PRs related to Node.js builds or CI infrastructure.Issues and PRs related to Node.js builds or CI infrastructure.feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.
Currently compiling Node.js show one line for each file compiled. Add an
--silentoption like other projects have to only show output on warnings and errors.