MCPcopy
hub / github.com/librespeed/speedtest / twarn

Function twarn

speedtest_worker.js:31–36  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

29 }
30}
31function twarn(s) {
32 if (settings.telemetry_level >= 2) {
33 log += Date.now() + " WARN: " + s + "\n";
34 }
35 console.warn(s);
36}
37
38// test settings. can be overridden by sending specific values with the start command
39let settings = {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected