mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 20:52:26 +01:00
added missing \n to dump()
This commit is contained in:
@@ -37,7 +37,7 @@ const liberator = (function () //{{{
|
|||||||
function loadModule(name, func)
|
function loadModule(name, func)
|
||||||
{
|
{
|
||||||
liberator.log("Loading module " + name + "...", 0);
|
liberator.log("Loading module " + name + "...", 0);
|
||||||
liberator.dump("Loading module " + name + "...");
|
liberator.dump("Loading module " + name + "...\n");
|
||||||
liberator[name] = func();
|
liberator[name] = func();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user