Commit f14b99b
Conor Hunt
fix: check that frozen.build exists before trying to access it
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.1 parent aa0383b commit f14b99b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
598 | 598 | | |
599 | 599 | | |
600 | 600 | | |
601 | | - | |
| 601 | + | |
602 | 602 | | |
603 | 603 | | |
604 | 604 | | |
| |||
0 commit comments