Skip to content

Dir in config with "\" not working #130

Description

@iNviNho

Hey guys,

On production server resources are not loaded if dirs contains \ chars instead of / chars.

This didn't work:

translation:
    dirs: ['%appDir%\Core\lang']

but this works

translation:
    dirs: 
        - %appDir%/Core/lang

Maybe there should be some checking if given path is ok or not (and probably throw exception to let user know that path is invalid because it has invalid chars), what do you think?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions