Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
didrio committed Jan 27, 2018
1 parent ff1c4cf commit e920242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-agent-server/source/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ module.exports = (server, actions, database, logger = false, runs) => {

// If only one key was provided, unpack the response object
if (Object.keys(runs).length === 1) response = response[Object.keys(runs)[0]];
return response;
console.log(chalk.blue('Results from run tests: '), response);
}
});
});
Expand Down

0 comments on commit e920242

Please sign in to comment.