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

try-puppeteer: (async() => { ... })() fails silently #1254

Closed
ithinkihaveacat opened this issue Nov 2, 2017 · 1 comment
Closed

try-puppeteer: (async() => { ... })() fails silently #1254

ithinkihaveacat opened this issue Nov 2, 2017 · 1 comment

Comments

@ithinkihaveacat
Copy link
Contributor

The following code (abbreviated version of a file from the examples folder) fails silently when entered in the editing component at https://try-puppeteer.appspot.com/:

(async() => {
const browser = await puppeteer.launch();
console.log('Hello, World');
})();

Actual:

No output, no error message.

Expected:

The output Hello, World!.

@ebidel
Copy link
Contributor

ebidel commented Nov 2, 2017

This issue was moved to ebidel/try-puppeteer#9

@ebidel ebidel closed this as completed Nov 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants