Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8c22805

Browse files
committed
Refine the wording
1 parent a7afe9c commit 8c22805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/show.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ async function showProblemInternal(node: IProblem): Promise<void> {
5757
if (matchResult) {
5858
const resolvedPath: string | undefined = await resolveRelativePath(matchResult[1].toLocaleLowerCase(), node, language);
5959
if (!resolvedPath) {
60-
leetCodeChannel.appendLine("No tag is picked, skip showing the problem.");
60+
leetCodeChannel.appendLine("Showing problem canceled by user.");
6161
return;
6262
}
6363
relativePath = resolvedPath;

0 commit comments

Comments
 (0)