mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
feat(cli): support URL overload for Deno.chdir
(#10793)
This commit is contained in:
parent
ece56d9935
commit
55e962b688
2 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@
|
|||
}
|
||||
|
||||
function chdir(directory) {
|
||||
core.opSync("op_chdir", directory);
|
||||
core.opSync("op_chdir", pathFromURL(directory));
|
||||
}
|
||||
|
||||
function makeTempDirSync(options = {}) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue