Skip to content

Cannot construct MessageCatalogManager with Windows paths containing backslashes #11

@frostmar

Description

@frostmar

For example, code like this:

const messageCatalogManager = new MessageCatalogManager(path.join(__dirname, 'catalog-index.json'))

When run on Windows gives a path such as: C:\myrepos\test\lib\catalog-index.json, from which MessageCatalogManager cannot find and load file:// protocol message catalogs

Metadata

Metadata

Assignees

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