Skip to content

Commit

Permalink
Deduplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
Elsie19 committed Nov 24, 2024
1 parent 1222d68 commit 5f95d36
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions vlib/os/os_js.js.v
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,7 @@ pub fn read_file(s string) !string {
}

pub fn getwd() string {
res := ''
#res.str = $process.cwd()

return res
return get_current_dir()
}

pub fn get_current_dir() string {
Expand Down

0 comments on commit 5f95d36

Please sign in to comment.