Skip to content

Spelling error in error report #58805

Open
@soegaard

Description

@soegaard

Version

Node.js v22.15.1

Platform

macos

Subsystem

No response

What steps will reproduce the bug?

A typical error message from WebAssembly.instantiate:

[CompileError: WebAssembly.instantiate(): Compiling function #7:"array-copy!" failed: expected 1 elements on the stack for fallthru, found 0 @+985]

The problem is that fallthru should be fallthrough or fall-through.

https://en.wiktionary.org/wiki/fall-through#English
https://www.grammarly.com/blog/commonly-confused-words/through-thru/

How often does it reproduce? Is there a required condition?

More often than I like to admit.

What is the expected behavior? Why is that the expected behavior?

See above.

What do you see instead?

fallthrough or fall-through

Additional information

Neither "fallthru" nor "fallthrough" is used in the official specification.

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueIssues that are suitable for first-time contributors.v8 engineIssues and PRs related to the V8 dependency.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions