MCPcopy Index your code
hub / github.com/Waishnav/devspace / log

Function log

scripts/dev-server.mjs:16–18  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

14let shuttingDown = false;
15
16function log(message) {
17 console.error(`[devspace:dev] ${message}`);
18}
19
20function start() {
21 stoppingForRestart = false;

Callers 2

startFunction · 0.85
dev-server.mjsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected