Skip to content
Permalink
Browse files

[WFCORE-4438] Disable console error context handler for ConsoleMode.N…

…O_CONSOLE
  • Loading branch information
yersan committed Apr 24, 2019
1 parent 7ee30ee commit 302511d80835a3db5225b4168a7491ac1b9ef28b
@@ -379,7 +379,7 @@ private static ExtensionHandlers setupOpenListener(HttpOpenListener listener, in
ROOT_LOGGER.consoleModuleNotFound(builder.consoleSlot == null ? "main" : builder.consoleSlot);
}

if (builder.consoleMode.hasConsole()) {
if (builder.consoleMode != ConsoleMode.NO_CONSOLE) {
try {
addErrorContextHandler(pathHandler, builder);
} catch (ModuleLoadException e) {

0 comments on commit 302511d

Please sign in to comment.
You can’t perform that action at this time.