mirror of
https://github.com/PotentiaRobotics/robot-gui.git
synced 2025-04-19 18:40:17 -04:00
6 lines
107 B
JavaScript
6 lines
107 B
JavaScript
async function main () {
|
|
for await (const _ of (async function* () {})()) {
|
|
require(_)
|
|
}
|
|
}
|