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