Skip to content

Commit 4eb5ff9

Browse files
Merge pull request #391 from stlee987/hotfix/390
Fix issue #390
2 parents a3768f6 + 7d02d6e commit 4eb5ff9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/js/lib/tabcomplete.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ var onTabCompleteJS = function() {
163163
//
164164
parts = lastSymbol.split(/\./);
165165
name = parts[0];
166+
if (name == '') return; // fix issue #390
166167

167168
symbol = global[name];
168169

0 commit comments

Comments
 (0)