mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
Changing return type back
This commit is contained in:
@@ -864,7 +864,7 @@ export class Repository implements Disposable {
|
||||
return toGitUri(uri, '', { replaceFileExtension: true });
|
||||
}
|
||||
|
||||
async getInputTemplate(): Promise<string | undefined> {
|
||||
async getInputTemplate(): Promise<string> {
|
||||
const commitMessage = (await Promise.all([this.repository.getMergeMessage(), this.repository.getSquashMessage()])).find(msg => msg !== undefined);
|
||||
|
||||
if (commitMessage) {
|
||||
|
||||
Reference in New Issue
Block a user