Return context object when resolving promise

pull/2/head
Andreas Gysin 2021-01-04 14:44:39 +01:00
rodzic 5b7e26ddbf
commit 019ff46a13
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -300,7 +300,7 @@ export function run(program, runSettings, userData = {}) {
// The end of the first frame is reached without errors
// the promise can be resolved.
resolve(true)
resolve(context)
}
})
}