Skip to content
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

Pipe JS std::err to C++ std::err #45

Open
msoechting opened this issue Jan 29, 2018 · 3 comments
Open

Pipe JS std::err to C++ std::err #45

msoechting opened this issue Jan 29, 2018 · 3 comments

Comments

@msoechting
Copy link
Collaborator

No description provided.

@msoechting msoechting added this to the Feature Complete milestone Jan 29, 2018
@cmfcmf
Copy link
Collaborator

cmfcmf commented Feb 25, 2018

Can you please specify which errors exactly we are talking about here?
Executing

node::Evaluate("console.error('test error');");

successfully prints to stderr for me.

@msoechting
Copy link
Collaborator Author

msoechting commented Feb 26, 2018 via email

@cmfcmf
Copy link
Collaborator

cmfcmf commented Feb 26, 2018

I've conducted another test:

// Rename / delete node_modules, then execute

// This produces error
auto feedparser = node::IncludeModule("feedparser"); 

// This silently fails
auto feedparser = node::Evaluate("require('feedparser');");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants