Skip to content

Commit b7830b4

Browse files
committed
Fix patch
1 parent a4c74d6 commit b7830b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/patch-modules.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ const rdStandalone = path.join(
1111
// for optimize chrome devtools
1212
shell.sed(
1313
'-i',
14-
'DevTools v3 is incompatible with this version of React',
14+
'DevTools v3 is incompatible with this version of React"',
1515
'DevTools v3 is incompatible with this version of React' +
16-
', you need manually upgrade React Native Debugger to v0.11. (Please visit the Release page)',
16+
', you need manually upgrade React Native Debugger to v0.11. (Please visit the Release page)"',
1717
rdStandalone,
1818
);
1919
shell.sed('-i', '//# sourceMappingURL=standalone.js.map', '', rdStandalone);

0 commit comments

Comments
 (0)