Skip to content

Commit

Permalink
Update GuidedPathExpansion.js
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed Feb 20, 2024
1 parent 69e1210 commit c2a2ab3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export async function autocompleteFormatString(path) {
return [
{
type: "error",
message: "The provided path must include the base directory.",
message: "The provided path must include the base directory.<br><small>This is likely due to the target being contained in a symlink, which is unsupported by this feature.</small>",
},
];
}
Expand Down

0 comments on commit c2a2ab3

Please sign in to comment.