Skip to content

Commit 10d404d

Browse files
committed
1 parent b22f94c commit 10d404d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/package.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ export class MarkdownProcessor extends BaseProcessor {
723723
let contents = await read(file);
724724

725725
if (/This is the README for your extension /.test(contents)) {
726-
throw new Error(`Make sure to edit the README.md file before you package or publish your extension.`);
726+
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.`);
727727
}
728728

729729
if (this.rewriteRelativeLinks) {

0 commit comments

Comments
 (0)