]> git.kaiwu.me - quickjs.git/commit
fixed Promise return in the REPL by using a wrapper object in async std.evalScript...
authorFabrice Bellard <fabrice@bellard.org>
Sat, 3 Feb 2024 14:47:42 +0000 (15:47 +0100)
committerFabrice Bellard <fabrice@bellard.org>
Sat, 3 Feb 2024 14:47:42 +0000 (15:47 +0100)
commit00967aac2408af0d3e591918b25e700229c9cdb3
treee4d37c175697cdf457157a0d47c26ae06370c3f9
parentc6cc6a9a5e420fa2707e828da23d131d2bf170f7
fixed Promise return in the REPL by using a wrapper object in async std.evalScript() (github issue #231)
Makefile
doc/quickjs.texi
quickjs.c
repl.js