fix: check that frozen.build exists before trying to access it#497
fix: check that frozen.build exists before trying to access it#497conorh wants to merge 1 commit intomzgoddard:masterfrom
Conversation
If there is a compilation where frozen.build is not generated for some reason, then the check here would fail and throw an exception: Could not freeze FILE_NAME: Cannot read property 'hash' of undefined We check to see if the build exists and then fall through to regenerate if it does not.
|
@mzgoddard Can we have this merged? |
|
@mzgoddard Could you please, please review this PR and merge it? This problem is really a showstopper for us. |
|
Any update on merging this in? |
|
bump |
|
Can anyone look at the travis tests, see why they are not passing? |
|
So the tests aren't passing because TL;DR this looks perfectly safe to merge, with or without fixing the liner errors that are already in master anyway. |
|
m |
If there is a compilation where frozen.build is not generated for some reason then the check here would fail and throw an exception:
Added check to see if the build exists, and then fall through to regenerate if it does not.