Disable extensions to avoid logging loading error

LOOT doesn't bundle the extensions resources, because it doesn't use
extensions, but this has resulted in errors being logged that aren't
actually a problem.
This commit is contained in:
Oliver Hamlet
2016-06-12 10:10:11 +01:00
parent 74cbf5b189
commit 353435a9e4
+1
View File
@@ -58,6 +58,7 @@ namespace loot {
// Disable spell checking.
command_line->AppendSwitch("--disable-spell-checking");
command_line->AppendSwitch("--disable-extensions");
}
}