-
-
Notifications
You must be signed in to change notification settings - Fork 33.4k
Closed
Labels
invalidIssues and PRs that are invalid.Issues and PRs that are invalid.v8 engineIssues and PRs related to the V8 dependency.Issues and PRs related to the V8 dependency.
Description
- Version: v8.0.0 (although announcement claimed to remove the ' v' )
- Platform: Linux 4.4.0-77-generic Updated README with less node.js-centric content, and more Node Forward. #98-Ubuntu SMP Wed Apr 26 08:34:02 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
- Subsystem: Likely Error
Steps to reproduce
let foo = 'bar';
throw `${foo}baz`;
Expected result
Exception thrown with message barbaz
.
Actual result
Exception thrown with message ${foo}baz
.
This does not happen on Firefox.
Metadata
Metadata
Assignees
Labels
invalidIssues and PRs that are invalid.Issues and PRs that are invalid.v8 engineIssues and PRs related to the V8 dependency.Issues and PRs related to the V8 dependency.