Description
Currently, it only says "no <module> in LOVE game directories". I think this should give more information about paths it searches too so it says "no file <path/to/module.lua> in LOVE game directories", one for each paths specified from love.filesystem.getRequirePath
and love.filesystem.getCRequirePath
.