We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 984b5fa commit b99067fCopy full SHA for b99067f
1 file changed
lib/checker.ts
@@ -34,6 +34,7 @@ async function _setup(out: OutputModel) {
34
out.tnsVersion = tnsVersion.trim();
35
out.nodeVersion = process.version;
36
out.npmVersion = npmVersion.trim();
37
+ Logger.log(`Environment: ${JSON.stringify(out, null, 4)}`);
38
const args = process.argv;
39
const user = args.length > 4 ? args[4] : '';
40
const pass = args.length > 5 ? args[5] : '';
0 commit comments