Xmader / retidy

Extract, unminify, and beautify ("retidy") each file from a webpack/parcel bundle (JavaScript reverse engineering)
MIT License
43 stars 10 forks source link

Fix if statement #4

Closed IDevJoe closed 3 years ago

IDevJoe commented 3 years ago

The current if statement will always return true, causing the script to attempt to lookup the entrypoint, even if one has already been specified. This change fixes that by switching the operator.

Xmader commented 3 years ago

Thanks. my mistake