Hoo man has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/188172

Change subject: Fix quotes of the "module … not found" error
......................................................................

Fix quotes of the "module … not found" error

Change-Id: I6d11813ed00489a69c88ab26aeeec4c4dd42d5dd
---
M engines/LuaCommon/lualib/package.lua
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Scribunto 
refs/changes/72/188172/1

diff --git a/engines/LuaCommon/lualib/package.lua 
b/engines/LuaCommon/lualib/package.lua
index 485c426..aa36ad8 100644
--- a/engines/LuaCommon/lualib/package.lua
+++ b/engines/LuaCommon/lualib/package.lua
@@ -77,7 +77,7 @@
                        return f
                end
        end
-       error (format ("module `%s' not found", name))
+       error (format ("module '%s' not found", name))
 end
 
 -- sentinel

-- 
To view, visit https://gerrit.wikimedia.org/r/188172
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6d11813ed00489a69c88ab26aeeec4c4dd42d5dd
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Scribunto
Gerrit-Branch: master
Gerrit-Owner: Hoo man <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to