Skip to content

Commit 779a400

Browse files
authored
Merge pull request #41 from jamiefdhurst/fix-log-format
fix: log format should be JH:IO
2 parents 84f7b04 + 4136b3e commit 779a400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/log.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export default function debug(msg: string): void {
2-
console.debug(`[JH-IO] ${msg}`);
2+
console.debug(`[JH:IO] ${msg}`);
33
}

0 commit comments

Comments
 (0)