Skip to content

Commit

Permalink
Fix log when execut npm start script
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Mar 27, 2015
1 parent 89fc8a4 commit e9ef277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/server/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ var app = connect()
var portToUse = port || 8080;
var server = http.createServer(app);
server.listen(portToUse);
console.log('Open http://localhost:' + portToUse + '/react-native/_index.html');
console.log('Open http://localhost:' + portToUse + '/react-native/index.html');
module.exports = server;

0 comments on commit e9ef277

Please sign in to comment.