Re: module("Strict")
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: module("Strict")
- From: Tomas Guisasola Gorham <tomas@...>
- Date: 2007年4月19日 10:36:59 -0300 (BRT)
Hi Thomas
I've found a mistype in the first line of `registerModule':
function registerModule(m)
-- based on Roberto's code in etc/strict.lua
if g.type(m)!="table" then return end
^
It should be `~'
Tomás