We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcbb937 commit a824bb9Copy full SHA for a824bb9
1 file changed
lib/internal/repl/await.js
@@ -69,7 +69,7 @@ function processTopLevelAwait(src) {
69
let root;
70
try {
71
root = acorn.parse(wrapped, { ecmaVersion: 10 });
72
- } catch (err) {
+ } catch {
73
return null;
74
}
75
const body = root.body[0].expression.callee.body;
0 commit comments