Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

Commit

Permalink
Log adapter node process arch
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Oct 12, 2016
1 parent aa95be1 commit 0977f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chrome/chromeDebugSession.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,6 @@ export class ChromeDebugSession extends DebugSession {

function logVersionInfo(): void {
logger.log(`OS: ${os.platform()} ${os.arch()}`);
logger.log('Node: ' + process.version);
logger.log(`Adapter node: ${process.version} ${process.arch}`);
logger.log('vscode-chrome-debug-core: ' + require('../../../package.json').version);
}

0 comments on commit 0977f9c

Please sign in to comment.