MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / reportStdoutToServer

Function reportStdoutToServer

test/browser_reporting.js:47–53  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

45}
46
47function reportStdoutToServer(message) {
48 if (typeof ENVIRONMENT_IS_NODE !== 'undefined' && ENVIRONMENT_IS_NODE) {
49 out(message);
50 } else {
51 logMessageToServer('stdout', message);
52 }
53}
54
55async function skipTest(message) {
56 await reportResultToServer(`skipped:${message}`);

Callers 1

Calls 2

logMessageToServerFunction · 0.85
outFunction · 0.50

Tested by

no test coverage detected