-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have new err on compile error. #118
Comments
|
Sciter sdk |
I mean, Sciter.JS or Sciter.TIS? |
$ RUST_BACKTRACE=1 cargo run --example minimal my library is libsciter.dylib. |
I see, thanks. And what Sciter SDK version? |
sorry, my fault. everything is ok if i use new Sciter SDK |
Interesting. Was it because of #107? |
yes |
$ cargo run --example minimal
Finished dev [unoptimized + debuginfo] target(s) in 0.03s
Running
target/debug/examples/minimal
thread 'main' panicked at 'called
Result::unwrap()
on anErr
value: ()', examples/minimal.rs:18:12note: run with
RUST_BACKTRACE=1
environment variable to display a backtraceThe text was updated successfully, but these errors were encountered: