From 3c695ba71c87955f9303151b3b77cab64325fe40 Mon Sep 17 00:00:00 2001 From: Piotr Faba Date: Wed, 27 May 2020 18:00:47 +0200 Subject: [PATCH] test error display --- conf/bi.config | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/bi.config b/conf/bi.config index 0ad15d4..b96c8e9 100644 --- a/conf/bi.config +++ b/conf/bi.config @@ -10,6 +10,7 @@ includeConfig params.globalConfig def determine_global_config() { if( System.getenv('NXF_GLOBAL_CONFIG') == null) { + System.err.println("Environment variable NXF_GLOBAL_CONFIG is missing. Set it to point to global.config file") throw new Exception("Environment variable NXF_GLOBAL_CONFIG is missing. Set it to point to global.config file") } return System.getenv('NXF_GLOBAL_CONFIG')