Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

fix: only remove extension from path when it is non-empty #47

Merged
merged 1 commit into from
Aug 15, 2020

Commits on Aug 15, 2020

  1. fix: only remove extension from path when extension has be specified

    The default config for root datastores is to have an empty string
    extension, but if you use putRaw or getRaw as the sharded datastore
    does, stripping the extension can cause the final file path to be
    an empty string, so guard on the extention not having a valid length.
    achingbrain committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    2e102f8 View commit details
    Browse the repository at this point in the history