index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
specs
/
task
/
dependencies
/
diamond_big
/
b.js
blob: 4b00ef56923cf9a6f7f9be82ec6395d5b00d6948 (
plain
)
1
2
3
4
console.log("Running b"); setTimeout(() => { console.log("Finished b"); }, 10);