Skip to content

Commit b99067f

Browse files
committed
chor: more log output
1 parent 984b5fa commit b99067f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/checker.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ async function _setup(out: OutputModel) {
3434
out.tnsVersion = tnsVersion.trim();
3535
out.nodeVersion = process.version;
3636
out.npmVersion = npmVersion.trim();
37+
Logger.log(`Environment: ${JSON.stringify(out, null, 4)}`);
3738
const args = process.argv;
3839
const user = args.length > 4 ? args[4] : '';
3940
const pass = args.length > 5 ? args[5] : '';

0 commit comments

Comments
 (0)