Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ulugbekna committed Feb 23, 2023
1 parent b22f94c commit 10d404d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ export class MarkdownProcessor extends BaseProcessor {
let contents = await read(file);

if (/This is the README for your extension /.test(contents)) {
throw new Error(`Make sure to edit the README.md file before you package or publish your extension.`);
throw new Error(`It seems the README.md still contains template text. Make sure to edit the README.md file before you package or publish your extension.`);
}

if (this.rewriteRelativeLinks) {
Expand Down

0 comments on commit 10d404d

Please sign in to comment.