function log()

in src/clients.ts [42:44]


function log(text: string = '') {
  console.error(text);
}