init
This commit is contained in:
3
agent/logger.ts
Normal file
3
agent/logger.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export function log(message: string): void {
|
||||
console.log(message);
|
||||
}
|
||||
Reference in New Issue
Block a user