Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Not suitable for case sensitive file systems #1

Description

This code cannot be used on case sensitive file systems because the file path on the "import" function on a lot of files does not respect the proper case.

For example:

in src/controllers/files.ts at line 3:
import * as utils from '../utils/WopiUtil';

But the folder Utils start with a capital U. Running this on linux will give an exception "module not found WopiUtil".

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions