We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 84f7b04 + 4136b3e commit 779a400Copy full SHA for 779a400
src/log.ts
@@ -1,3 +1,3 @@
1
export default function debug(msg: string): void {
2
- console.debug(`[JH-IO] ${msg}`);
+ console.debug(`[JH:IO] ${msg}`);
3
}
0 commit comments