mirror of
https://github.com/jcreek/OpenNetworkDiagram.git
synced 2026-07-14 11:33:43 +00:00
feat(*): Redesign UI to improve UX
This commit is contained in:
@@ -223,6 +223,7 @@ export async function getWritableState() {
|
||||
}
|
||||
|
||||
try {
|
||||
// eslint-disable-next-line no-bitwise -- Node fs access mode flags combine bitwise
|
||||
await access(source, constants.R_OK | constants.W_OK);
|
||||
} catch (error) {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user