When calling listFiles the promise never resolves. Other file actions like reading and writing a file works calling ``` const files = await workspace.listFiles(fullPath, { recursive, includeHidden, }); ``` using ```"@cloudflare/sandbox": "^0.4.11",```