mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2025-12-30 02:38:29 +01:00
Display env var nicely
This commit is contained in:
@@ -6,7 +6,7 @@ function envvar_undefined(variable_name) {
|
||||
throw new Error(`${variable_name} must be defined`);
|
||||
}
|
||||
console.log({
|
||||
DEBUG: process.env.DEBUG,
|
||||
DEBUG: process.env.DEBUG || false,
|
||||
});
|
||||
|
||||
const README = 'README.md';
|
||||
|
||||
Reference in New Issue
Block a user