Skip to content

Commit

Permalink
Use the new-style error messages
Browse files Browse the repository at this point in the history
Closes #20
  • Loading branch information
shepmaster committed Jul 13, 2016
1 parent 7617afa commit af2f7f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/src/sandbox.rs
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@ impl Sandbox {
.args(&["--net", "none"])
.args(&["--memory", "256m"])
.args(&["--memory-swap", "320m"])
.args(&["--env", "PLAYGROUND_TIMEOUT=10"]);
.args(&["--env", "PLAYGROUND_TIMEOUT=10"])
.args(&["--env", "RUST_NEW_ERROR_FORMAT=true"]);

cmd
}
Expand Down

0 comments on commit af2f7f6

Please sign in to comment.