Skip to content

Commit

Permalink
Version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PG1003 committed Aug 25, 2020
1 parent dde2465 commit 5d8590b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/food.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
-- SOFTWARE.


local help = [[dogfood v1.0.1
local help = [[dogfood v1.0.2
A tool for creating self running Lua programs.
Expand Down Expand Up @@ -133,7 +133,7 @@ do
if ok then
dogfood_warn( "Module '" .. mod.name ..
"' is a C module found at location '" ..
path .. "'" )
path .. "'." )
-- C modules cannot be embedded
purge[ #purge + 1 ] = i
else
Expand Down

0 comments on commit 5d8590b

Please sign in to comment.