Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip unuseful error message in dev mode when watching local filesystem (#25919) #25927

Merged
merged 1 commit into from
Jul 17, 2023

Commits on Jul 17, 2023

  1. Skip unuseful error message in dev mode when watching local filesystem (

    go-gitea#25919)
    
    Before, in dev mode, there might be some error logs like:
    
    ```
    2023/07/17 13:54:51 ...s/assetfs/layered.go:221:WatchLocalChanges() [E] Unable to watch directory .: lstat /data/work/gitea/custom/templates: no such file or directory
    
    ```
    
    Because there is no "custom/templates" directory.
    
    After: ignore such error, no such error message anymore.
    wxiaoguang authored and GiteaBot committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    312261f View commit details
    Browse the repository at this point in the history