From b26ce0ba841a0f64b8860a3b64e6fa15ceefcdf1406f03ed5af7a2d131fe97af Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Fri, 18 Jun 2021 19:49:27 +0000 Subject: [PATCH] - Some applications do not like warnings or notices on stderr OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-common?expand=0&rev=49 --- nodejs-common.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs-common.changes b/nodejs-common.changes index 16e43a6..7146296 100644 --- a/nodejs-common.changes +++ b/nodejs-common.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Fri Jun 18 19:29:10 UTC 2021 - Adam Majer -- Some applications do not line warnings or notices on stderr +- Some applications do not like warnings or notices on stderr as they use it for other things. So make nodejs-common quiet unless we have a fatal error.