Skip to content
This repository has been archived by the owner on Mar 7, 2018. It is now read-only.

Commit

Permalink
versions: let's effectively log something
Browse files Browse the repository at this point in the history
  • Loading branch information
lloeki committed Dec 9, 2015
1 parent b9b5946 commit c280139
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/browser/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ var React = require("react");
var ReactDOM = require("react-dom");
require('./index.css');

process.versions['electron'];
console.log("Chrome " + process.versions['chrome']);
console.log("Node " + process.versions['node']);
console.log("Electron " + process.versions['electron']);

var appState = {};
var queryString = qs.parse(window.location.search.slice(1));
Expand Down

0 comments on commit c280139

Please sign in to comment.