github-migration icon indicating copy to clipboard operation
github-migration copied to clipboard

rewriteRefs.js split error

Open switchover opened this issue 2 years ago • 0 comments

https://github.com/NicholasBoll/github-migration/blob/37dbbb16de95a2f937e67e06015a77ad31779473/rewriteRefs.js#L10

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/)

switchover avatar Oct 24 '23 03:10 switchover