INNER CODE UNIT · JavaScript

writeHead

rainfu/xcoin · commands/server.js:94

      function writeHead() {
        var head = `\nSTART WATCH ${exchange.name.toUpperCase()} TICKERS`;
        console.log(head.green);
        if (so.proxy) {
          console.log("!!! Use Proxy:", so.proxy);
        }
      }
    });
};

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…