mirror of
https://github.com/SrIzan10/nodemon.git
synced 2026-05-01 10:55:09 +00:00
fix: respect env.OPENCOLLECTIVE_HIDE (#1765)
Co-authored-by: Josh Woodcock <josh@spacee.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
function main() {
|
||||
if (process.env.SUPPRESS_SUPPORT) {
|
||||
if (process.env.SUPPRESS_SUPPORT || process.env.OPENCOLLECTIVE_HIDE) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user