Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/unconed/TermKit
/ readerError
Function
readerError
Node/shell/builtin/hex.js:52–55 ·
view source on GitHub ↗
(error)
Source
from the content-addressed store, hash-verified
50
};
51
// Error
52
function
readerError(error) {
53
errors++;
54
out.print(error);
55
};
56
57
// Spawn appropriate reader.
58
if
(files.length) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected