MCPcopy Index your code
hub / github.com/DemonMartin/node-camoufox / debug

Function debug

example.js:4–4  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

2import { CamoufoxServer } from './src/CamoufoxServer.js';
3
4const debug = (msg) => console.log(`[${new Date().toISOString()}] ${msg}`);
5
6async function runExample() {
7 const server = new CamoufoxServer({

Callers 1

runExampleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected