diff --git a/composer.lua b/composer.lua index 3705744..10802c6 100644 --- a/composer.lua +++ b/composer.lua @@ -1601,7 +1601,7 @@ lib.printMemUsage = function() end lib.setVariable = function( key, value ) - if nil ~= key and nil ~= value then + if nil ~= key then lib.variables[ key ] = value end end