Fix tests (wip)
This commit is contained in:
@@ -18,7 +18,6 @@ export default class AutocompleteProvider {
|
||||
let commandRegex = this.commandRegex;
|
||||
|
||||
if (force && this.shouldForceComplete()) {
|
||||
console.log('forcing complete');
|
||||
commandRegex = /[^\W]+/g;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user