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 85b201b commit b146e7dCopy full SHA for b146e7d
1 file changed
lib/repl.js
@@ -1336,7 +1336,7 @@ function completeFSFunctions(match) {
1336
// getter code. To avoid potential triggering side-effects with getters the completion
1337
// logic is skipped when getters or proxies are involved in the expression.
1338
// (see: https://github.com/nodejs/node/issues/57829).
1339
-async function complete(line, callback) {
+function complete(line, callback) {
1340
// List of completion lists, one for each inheritance "level"
1341
let completionGroups = [];
1342
let completeOn, group;
0 commit comments