Skip to content

rewriteRefs.js split error #26

@switchover

Description

@switchover

.split(os.EOL)

There are cases where it is not OS.EOL due to settings, so it seems that you need to modify it as follows.

.split(/\r?\n/)

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