Skip to content

Commit

Permalink
Log process versions
Browse files Browse the repository at this point in the history
  • Loading branch information
victorporof committed Oct 2, 2018
1 parent 982ca88 commit 39e154b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ async function main() {
stdio.beginDiagnostics();

// Dump some diagnostics messages, parsed out by the plugin.
stdio.info(`Using process versions: ${JSON.stringify(process.versions)}`);

stdio.info(`Using editor text temp file: ${constants.USING_EDITOR_TEXT_TEMP_FILE}`);

stdio.info(`Global file rules: ${constants.GLOBAL_FILE_RULES_JSON}`);
Expand Down

0 comments on commit 39e154b

Please sign in to comment.