forked from mirrors/0ad
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();
|
|
}
|