foxglove

joined 3 months ago
[โ€“] foxglove@lazysoci.al 1 points 5 hours ago (1 children)

yeah, it's funny how my brain collapsed the boolean check into if (role) rather than if (role === true) - that's tricky

what is FILE_NOT_FOUND? I can't find much on it ...

[โ€“] foxglove@lazysoci.al 15 points 1 day ago (3 children)

if it's 'FILE_NOT_FOUND' then the string will be read as truthy and you will get 'User is admin' logged.