move debugger statement
This commit is contained in:
Родитель
d5601f0092
Коммит
652f9fc810
|
@ -21,13 +21,13 @@ setInterval(() => 42, 200);
|
|||
|
||||
async function test() {
|
||||
const hello = "world";
|
||||
debugger;
|
||||
const tmp = await wait(1000);
|
||||
console.log(tmp);
|
||||
return hello;
|
||||
}
|
||||
|
||||
async function runTest() {
|
||||
debugger;
|
||||
let result = await test();
|
||||
console.log(result);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче