Skip to content

Commit

Permalink
wip: debugging on heroku for #646
Browse files Browse the repository at this point in the history
  • Loading branch information
lexoyo committed Oct 13, 2017
1 parent 577626e commit b6a5d3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/service/cloud-storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ silex.service.CloudStorage.prototype.read = function(fileInfo, cbk, opt_errCbk)
reader.addEventListener('loadend', function() {
cbk(/** @type {string} */ (reader.result));
});
console.log('received from unifile', blob);
reader.readAsText(blob);
})
.catch(e => {
Expand Down

3 comments on commit b6a5d3e

@Chnoe1502
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am so sorry but i don't really can help by coding because i am just learning how coding is working :/

@lexoyo
Copy link
Member Author

@lexoyo lexoyo commented on b6a5d3e Oct 16, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No problem, you are already helping a lot, thank you
If you have questions about the code please feel free to join the contributing team on the chat here
https://framateam.org/signup_user_complete/?id=x1ay4zdjdffh5j67xzkfsofpyw

@lexoyo
Copy link
Member Author

@lexoyo lexoyo commented on b6a5d3e Oct 16, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(we love to help)

Please sign in to comment.