You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Help us to manage our issues by answering the following:
Describe your issue:
when I compile files with riot . then tag errors are displayed in the shell.
But when I compile with the watch mode riot -w . then no errors are displayed at all.
Iy would be perfect if the watch mode would display errors too
Can you reproduce the issue?
make a syntax error in a tag so that git . shows the error description.
start it now with riot -w . and no error is displayed
On which browser/OS does the issue appear?
in the shell
Which version of Riot does it affect?
7.0.6
How would you tag this issue?
Question
[ X] Bug
Discussion
[ X] Feature request
Tip
Enhancement
Performance
The text was updated successfully, but these errors were encountered:
Help us to manage our issues by answering the following:
when I compile files with
riot .
then tag errors are displayed in the shell.But when I compile with the watch mode
riot -w .
then no errors are displayed at all.Iy would be perfect if the watch mode would display errors too
make a syntax error in a tag so that
git .
shows the error description.start it now with
riot -w .
and no error is displayedin the shell
7.0.6
The text was updated successfully, but these errors were encountered: