mirror of
https://github.com/atom/atom.git
synced 2026-02-04 11:45:16 -05:00
Due to the V8 upgrade we need to tune the fixture to make it throw.
Using a generator function does the trick ⚡
4 lines
57 B
JavaScript
4 lines
57 B
JavaScript
'use 6to6';
|
|
|
|
module.exports = async function* hello() {}
|