mirror of
https://github.com/ziglang/zig.git
synced 2025-01-26 20:06:39 +00:00
generated docs: log trace instead of error
When the error occurred for getValueText it could potentially omit useful documentation since the page stops rendering.
This commit is contained in:
parent
cb5a5ebb20
commit
170de5ecae
@ -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]);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user