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
/
cli
/
tests
/
dont_panic_not_found_cwd.ts
blob: e5ae1dfa4cf78c8da8ef4e19999a33b4e63e997d (
plain
)
1
2
3
const dir = Deno.makeTempDirSync(); Deno.chdir(dir); Deno.removeSync(dir);