2 lines
48 B
JavaScript
2 lines
48 B
JavaScript
const x = async do { throw new Error("sync") };
|
const x = async do { throw new Error("sync") };
|