From 4834bf80ad6b1d1d50ec2578d5c364272cba9560 Mon Sep 17 00:00:00 2001 From: Hauke D Date: Wed, 10 Oct 2018 20:34:42 +0200 Subject: [PATCH] Remove the "last exit status" message That information won't be available until WebPerl v0.09-beta. --- democode/perleditor.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/democode/perleditor.html b/democode/perleditor.html index aed7ffa..364468b 100644 --- a/democode/perleditor.html +++ b/democode/perleditor.html @@ -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 () {