Skip to content

errors when user denies permission #5

@joehand

Description

@joehand

There are a few places where errors are lost when user denies permission.

One is on the save file: https://github.com/enokidotsite/panel/blob/master/source/plugins/panel.js#L202. This is fixed by adding await:

return await archive.writeFile(filePath, fileEncoded, encoder)

There was another, but can't remember at the moment. I'll add comment if I find again.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions