hkoba / yatt_lite

YATT::Lite - Template with "use strict"
Other
5 stars 0 forks source link

Error in SiteApp::make_connection emits confusing backtrace #184

Open hkoba opened 4 years ago

hkoba commented 4 years ago

Following simple code can emit confusing backtrace. (the Real error is hidden by another error).

<!yatt:args uid>

<form method="POST">
  &yatt:mkhidden(uid);
  <button type="submit">NEXT</button>
</form>