You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you see on windows OS there is an "\ No newline at end of file" string. I think that it's a reason why patch do not applying on windows.
For edeting text files I'm using Ace.
Can you help me please to figure out what's is going on.
The text was updated successfully, but these errors were encountered:
I think the possible reason could be line ending wich is different on windows and linux. So JsDiff must be do not working well with windows line ending.
Hello,
thank you for good library :). It's very useful. I'm using it in my project.
I have trouble with applying patch of JsDiff on windows and linux.
server works on linux:
server works on windows:
As you see on windows OS there is an "\ No newline at end of file" string. I think that it's a reason why patch do not applying on windows.
For edeting text files I'm using Ace.
Can you help me please to figure out what's is going on.
The text was updated successfully, but these errors were encountered: