Open
Description
Hi,
I got this error while running Deno cli.
Could not initialize cache database '{homePath}/.cache/deno/v8_code_cache_v2', deleting and retrying... (database is locked
Caused by:
Error code 261: Another process is recovering a WAL mode database file)
Failed to open cache file '{homePath}/.cache/deno/v8_code_cache_v2', performance may be degraded.
I see this issue is different from the one here: #20202
Just so you know, I am using Deno version 2.0.2 on an LXC container running on Debian 5.10.103-1 x86_64 x86_64 x86_64 GNU/Linux.
Regards,
AH