🎨 fix format
This commit is contained in:
parent
9584b7e4de
commit
8c9e432518
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ fn watch(path string, mut logger log.Log) {
|
|||
watchers << w
|
||||
}
|
||||
|
||||
ignore := "." + os.path_separator + "dist"
|
||||
ignore := '.' + os.path_separator + 'dist'
|
||||
for {
|
||||
for mut w in watchers {
|
||||
if w.path.starts_with(ignore) {
|
||||
|
|
Loading…
Reference in a new issue