Skip to content

Commit e06fee1

Browse files
chore: improve error message
1 parent e55275a commit e06fee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export async function verifyPat(pat: string, publisherName?: string): Promise<vo
6464
publisherName = (await readManifest()).publisher;
6565
} catch (error) {
6666
throw new Error(
67-
'Can not read the publisher name. Either supply it as argument or run vsce from the extension folder. Additional information:\n\n' +
67+
`Can not read the publisher's name. Either supply it as an argument or run vsce from the extension folder. Additional information:\n\n` +
6868
error
6969
);
7070
}

0 commit comments

Comments
 (0)