把提交的错误显示出来

master
ycc 9 years ago
parent 99bc5e6d9e
commit 5c7ea21e93

@ -11,6 +11,7 @@ if (0 === $status) {
print("Done");
} else {
header("Status: 404");
echo "Command failed with status: $status";
echo "Command failed with status: $status <br/>";
print_r($out);
}

Loading…
Cancel
Save