diff --git a/content/liberator.js b/content/liberator.js index 38caaf2b..4d9f28f1 100644 --- a/content/liberator.js +++ b/content/liberator.js @@ -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(); }