-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
github-migration/rewriteRefs.js
Line 10 in 37dbbb1
| .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
Labels
No labels