diff --git a/app.js b/app.js index 9427450..a84e52d 100755 --- a/app.js +++ b/app.js @@ -141,10 +141,11 @@ function newAuthor(){ updateMetricsUI(); try{ pad.append(randomString()); // Appends 4 Chars + pad.apply(); // Appends 4 Chars } catch(e){ stats.meter('error').mark(); - console.log("Error!"); + console.log("Error!", e); } }, 400); });