[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Require problems in sandboxed thread
- From: "Daniel Collins" <daniel.collins@...>
- Date: Mon, 31 Jul 2006 21:31:41 +0930
> I can fix it by calling package.loaded["someModule"] just before the
thread
Sorry, I meant to say "fix it by calling 'package.loaded["someModule"] =
nil' just before terminating the thread.
- DC