Fix tests (wip)
This commit is contained in:
parent
b62622a814
commit
fbf2d5f96c
3 changed files with 8 additions and 9 deletions
|
@ -18,7 +18,6 @@ export default class AutocompleteProvider {
|
|||
let commandRegex = this.commandRegex;
|
||||
|
||||
if (force && this.shouldForceComplete()) {
|
||||
console.log('forcing complete');
|
||||
commandRegex = /[^\W]+/g;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue