1
0
Fork 0

Show stdout even on failure

pull/2/head
Ambrose Chua 2018-03-11 00:09:50 +09:00
parent 2d48bb165a
commit 57c8c91b67
1 changed files with 0 additions and 2 deletions

View File

@ -474,8 +474,6 @@ if (shellable) {
}, (err, stdout, stderr) => {
if (err) {
req.flash("error", "Unable to execute command " + cmd);
res.redirect("back");
return;
}
res.render("cmd", flashify(req, {
path: res.filename,