-
Notifications
You must be signed in to change notification settings - Fork 15
Updated libreoffice and carbone components #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @suddenelfilio and thx for this PR.
You'll find some requested changes in my review.
I'm ok with new versions of node, Carbone and LO you made but I'm skeptical about what you did about the options. Can you tell me more about the issue you had before this PR ?
Ok @fleebzz updated/reverted those changes I made for testing |
data = JSON.parse(_data); | ||
console.log(data); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remaining log
@@ -23,7 +23,9 @@ | |||
let data = {}; | |||
|
|||
try { | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Useless empty line
No description provided.