We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e7f0be commit 2871e69Copy full SHA for 2871e69
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: db72bd90f5f1405308b823f71ea9b5633860979c
+refs/heads/master: a0208e3899689fc74298aa680d5fbaa769b37edc
trunk/src/rt/rust_kernel.cpp
@@ -140,7 +140,7 @@ rust_kernel::fail() {
140
// Runtime to terminate it in an unusual way" when trying to shutdown
141
// cleanly.
142
#if defined(__WIN32__)
143
- exit(-1);
+ exit(1);
144
#endif
145
for(size_t i = 0; i < num_threads; ++i) {
146
rust_scheduler *thread = threads[i];
0 commit comments