boomzero / quicksubmit

a simple way to submit code to XMOJ in your terminal
https://jsr.io/@boomzero/quicksubmit
GNU General Public License v3.0
2 stars 0 forks source link

[Bug] Windows binaries do not work #10

Closed boomzero closed 2 weeks ago

boomzero commented 1 month ago

Describe the bug

Windows binaries do not work

To Reproduce Steps to reproduce the behavior:

run quickSubmit on Windows

Expected behavior

Execution without errors.

Additional context Add any other context about the problem here.

thread 'main' panicked at runtime\ops\runtime.rs:24:45:
called `Result::unwrap()` on an `Err` value: ()
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread 'main' panicked at C:\a\deno\deno\runtime\tokio_util.rs:103:36:
called `Result::unwrap()` on an `Err` value: JoinError::Panic(Id(1), ...)thread 'main' panicked at runtime\ops\runtime.rs:24:45:
called `Result::unwrap()` on an `Err` value: ()
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread 'main' panicked at C:\a\deno\deno\runtime\tokio_util.rs:103:36:
called `Result::unwrap()` on an `Err` value: JoinError::Panic(Id(1), ...)
boomzero commented 2 weeks ago

Okay it turns out windows separates file paths with \...