MCPcopy Create free account
hub / github.com/OpenHands/OpenHands / writeError

Function writeError

scripts/stryker-diff.mjs:48–50  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

46 };
47 },
48 writeError(message) {
49 process.stderr.write(message);
50 },
51 writeOutput(message) {
52 process.stdout.write(message);
53 },

Callers

nothing calls this directly

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected