anthraxx/intellij-awesome-console

Tilde is not a path in Angular output

miloshavlicek opened this issue · 4 comments

When an error occurs in my Angular (v 9.0.1) app, I see invalid links on tilde characters which are not links, but only highlight of the line above.

See below:
image

Actual bebavior:
~~~~
is transformed as link.

Expected behavior:
Tilde characters without links.

is the directory really named @app or is that just a marker?

@anthraxx Yes, it's directory name as is. The link to that file works fine on click.

This is a TypeScript thing, not just Angular. :^)

image
similiar problem with linux home alias ~ or should i open an extra issue for this?