mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-21 01:32:03 +03:00
4 lines
95 B
JavaScript
4 lines
95 B
JavaScript
setInterval(() => {
|
|
console.log(`[${new Date().toLocaleTimeString()}] new message`)
|
|
}, 500)
|