GitRoot

craft your forge, build your project, grow your community freely
status
triage
id
"95b0"
sprint
""
assignee
null
kind
issue
priority
100

Plugins bug with empty fs

If you look at proxy-root I need to kill and relaunch GitRoot after the initiale run of plugins.

Without this restart plugins have empty cache and empty web:

I suspect a cache somewhere which know that the directory is empty, and like we write with host fonction don’t refresh the directory.

The funny part is in standard testsuite this is not the case, probable because fs is updated when we change project in runtime. Or maybe it is the case but no test reveal it.