BlueWallet/scripts/windows-patches.sh
Marcos Rodriguez Vélez 250466af6b OPS: Windows patches
2021-07-21 11:47:16 -04:00

1 line
177 B
Bash
Executable file

sed -i '' 's/if (error.code === "ENOENT") {/if (error.code === "ENOENT" || error.code === 'EISDIR') {/g' ./node_modules/metro/src/node-haste/DependencyGraph/ModuleResolution.js