token count for search
This commit is contained in:
@@ -19,9 +19,6 @@ function createSimpleBroadcast() {
|
||||
const timestamp = new Date().toLocaleTimeString();
|
||||
const prefix = type === 'error' ? '❌' : type === 'warning' ? '⚠️' : type === 'success' ? '✅' : 'ℹ️';
|
||||
console.log(`[${timestamp}] ${prefix} ${message}`);
|
||||
if (data) {
|
||||
console.log(` Data: ${JSON.stringify(data, null, 2)}`);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user