aboutsummaryrefslogtreecommitdiffstats
path: root/src/logger.ts
blob: d03b6f8e2e761e11d48ffb575d6458e6f2fb68ab (plain)
1
2
3
4
5
export default {
	debug(...args) {
		console.debug('NoSkip:', ...args);
	}
};