MCPcopy Create free account
hub / github.com/unconed/TermKit / readerError

Function readerError

Node/shell/builtin/cat.js:75–78  ·  view source on GitHub ↗
(error)

Source from the content-addressed store, hash-verified

73 };
74 // Error
75 function readerError(error) {
76 errors++;
77 out.print(error);
78 };
79
80 // Spawn multiple files reader.
81 // Handles type coercion, file naming, etc.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected