Skip to content

Commit

Permalink
Put archive to current CWD
Browse files Browse the repository at this point in the history
  • Loading branch information
delasy committed Oct 4, 2023
1 parent c85937e commit b0949e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export fn request (url: str, path: str) buffer_Buffer {
res := req.read()
req.close()

fs_copyFileSync(archivePath, process_home + path_SEP + "file.zip") // todo remove
fs_copyFileSync(archivePath, process_cwd + path_SEP + "file.zip") // todo remove
fs_rmSync(archivePath)

if res.status != 200 {
Expand Down

0 comments on commit b0949e0

Please sign in to comment.