Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f579645

Browse files
committed
Refine the wording
1 parent 7f998aa commit f579645

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)

AltStyle によって変換されたページ (->オリジナル) /