UNPKG

@squid-dev/cc-web-term

Version:

A ComputerCraft terminal for the internet

6 lines (5 loc) 227 B
const debug = window.location.protocol === "file:" || window.location.hostname === "localhost"; /* eslint-disable no-console */ export default debug ? (name) => (msg) => console.log(`[${name}] ${msg}`) : () => () => 0;