Skip to content

Commit

Permalink
More logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Piechaczek committed Nov 22, 2018
1 parent f515d9e commit 332fcb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/commands/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const command = {
* @returns {Promise}
*/
execute( data ) {
console.log( 'Will clone: ' + data.repository.url );
const log = require( '../utils/log' )();

const destinationPath = path.join( data.options.packages, data.repository.directory );
Expand Down

0 comments on commit 332fcb3

Please sign in to comment.