Commit 170de5ecae
Changed files (1)
lib
std
special
docs
lib/std/special/docs/main.js
@@ -543,7 +543,7 @@
return value + "";
}
default:
- throw new Error("TODO implement getValueText for this type");
+ console.trace("TODO implement getValueText for this type:", zigAnalysis.typeKinds[typeObj.kind]);
}
}