Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/trepl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/th
diff options
context:
space:
mode:
authorClement Farabet <clement.farabet@gmail.com>2013-08-12 18:21:07 +0400
committerClement Farabet <clement.farabet@gmail.com>2013-08-12 18:21:07 +0400
commitd97a18b4f29e6a722c93abea1792b7aedfe3c8d3 (patch)
tree612ff7d2297031c5402bd173125a5be1982b4ea1 /th
parentd92ce836a782e1ba09af6995b2ac6caf78b2292f (diff)
Expose async.
Diffstat (limited to 'th')
-rw-r--r--th2
1 files changed, 1 insertions, 1 deletions
diff --git a/th b/th
index fb1be84..b4ea609 100644
--- a/th
+++ b/th
@@ -103,7 +103,7 @@ end
-- start repl
if async then
-- BETA: async repl
- local async = require 'async'
+ async = require 'async'
async.repl()
async.go()
else