Remove the "last exit status" message

That information won't be available until WebPerl v0.09-beta.
gh-pages
Hauke D 7 years ago
parent 897f9e7f25
commit 4834bf80ad

@ -53,8 +53,10 @@ function makeCM (textarea,plain,ro) {
function runnerState (text) {
$('#runnerstate').text( text
/* not available until WebPerl v0.09-beta:
+ (lastExitStatus ? ' (last exit status was '+lastExitStatus+')'
: '') );
*/ );
}
function updateButtonState () {

Loading…
Cancel
Save