mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
4 lines
94 B
JavaScript
4 lines
94 B
JavaScript
setInterval(() => {
|
|
console.log(`[${new Date().toLocaleTimeString()}] new message`)
|
|
}, 500)
|