Mercurial Hosting > luan
changeset 1249:0064f0d4facc
fix tools examples
| author | Franklin Schmidt <fschmidt@gmail.com> | 
|---|---|
| date | Mon, 23 Jul 2018 17:04:40 -0600 | 
| parents | 475905984870 | 
| children | e55a0c3696fb | 
| files | examples/blog/src/private/tools/run.luan examples/blog/src/private/tools/shell.html.luan website/src/examples/shell.html.luan | 
| diffstat | 3 files changed, 3 insertions(+), 3 deletions(-) [+] | 
line wrap: on
 line diff
--- a/examples/blog/src/private/tools/run.luan Wed Jul 18 01:38:53 2018 -0600 +++ b/examples/blog/src/private/tools/run.luan Mon Jul 23 17:04:40 2018 -0600 @@ -1,1 +1,1 @@ -return require "luan:http/tools/run.luan" +return require("luan:http/tools/Run.luan").respond
