Skip to content

Commit

Permalink
fix(extension.ts): test to resolve(true)
Browse files Browse the repository at this point in the history
  • Loading branch information
haoblackj committed Feb 14, 2022
1 parent f21644e commit 752f027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function offsetCharCode(editor: TextEditor, regEx:RegExp, offset:number): Promis
);
}
}).then(success => {
resolve();
resolve(true);
});
});
}
Expand Down

0 comments on commit 752f027

Please sign in to comment.