| author | |
| committer | |
| log | 170de5ecae27373149db247ca0cff464e090e31b |
| tree | d53461e3e6c42548eb281a7a26a774be9edc561b |
| parent | cb5a5ebb200c6e7f87178e26dac453e8c91948d7 |
When the error occurred for getValueText it could potentially omit
useful documentation since the page stops rendering.1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/special/docs/main.js+1-1| ... | @@ -543,7 +543,7 @@ | ... | @@ -543,7 +543,7 @@ |
| 543 | return value + ""; | 543 | return value + ""; |
| 544 | } | 544 | } |
| 545 | default: | 545 | default: |
| 546 | throw new Error("TODO implement getValueText for this type"); | 546 | console.trace("TODO implement getValueText for this type:", zigAnalysis.typeKinds[typeObj.kind]); |
| 547 | } | 547 | } |
| 548 | } | 548 | } |
| 549 | 549 |