mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-20 04:46:18 +00:00
4f62e9f6f0
Adopt the new interface by the tests: as an example and to show that it's sound.
6 lines
66 B
JavaScript
6 lines
66 B
JavaScript
async function init(reject)
|
|
{
|
|
if (reject)
|
|
throw new Error();
|
|
}
|