ds300 / patch-package

Fix broken node modules instantly 🏃🏽‍♀️💨
MIT License
10.42k stars 294 forks source link

Patch file parse error #406

Closed Vika92 closed 2 years ago

Vika92 commented 2 years ago

diff --git a/node_modules/axios/lib/adapters/xhr.js b/node_modules/axios/lib/adapters/xhr.js index 76d7e7a..7e11408 100644 --- a/node_modules/axios/lib/adapters/xhr.js +++ b/node_modules/axios/lib/adapters/xhr.js @@ -80,7 +80,7 @@ module.exports = function xhrAdapter(config) { if ('onloadend' in request) { // Use onloadend if available request.onloadend = onloadend;