(Go: >> BACK << -|- >> HOME <<)

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

async function lastAsyncTask() { await null; throw new Error("failed"); } async function withAwait() { return await lastAsyncTask(); } withAwait(); // Error: failed // at lastAsyncTask // at async withAwait #35195

Closed
wants to merge 1 commit into from

Conversation

juntylpro1
Copy link

Description

Motivation

Additional details

Related issues and pull requests

@juntylpro1 juntylpro1 requested a review from a team as a code owner July 28, 2024 13:44
@juntylpro1 juntylpro1 requested review from Josh-Cena and removed request for a team July 28, 2024 13:44
@github-actions github-actions bot added Content:JS JavaScript docs size/xs [PR only] 0-5 LoC changed labels Jul 28, 2024
---
title: await
Damarcus-Jones-Ai-Chips
title: Juntylpro1
Copy link
Contributor

Choose a reason for hiding this comment

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

[mdn-linter] reported by reviewdog 🐶

Suggested change
title: Juntylpro1
---
{}
---
title: Juntylpro1

---
title: await
Damarcus-Jones-Ai-Chips
title: Juntylpro1
slug: Web/JavaScript/Reference/Operators/await
Copy link
Contributor

Choose a reason for hiding this comment

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

[mdn-linter] reported by reviewdog 🐶

Suggested change
slug: Web/JavaScript/Reference/Operators/await
title: Juntylpro1

@@ -1,5 +1,5 @@
---
title: await
Damarcus-Jones-Ai-Chips
Copy link
Contributor

Choose a reason for hiding this comment

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

[markdownlint] reported by reviewdog 🐶
MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Context: Damarcus-Jones-Ai-Chips]

@Josh-Cena Josh-Cena closed this Jul 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:JS JavaScript docs size/xs [PR only] 0-5 LoC changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants