File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -15717,10 +15717,10 @@ function colorize(string, color) {
1571715717var OutputDestination;
1571815718
1571915719(function (OutputDestination) {
15720- OutputDestination[OutputDestination["FileAndConsole"] = 'FileAndConsole'] = "FileAndConsole";
15721- OutputDestination[OutputDestination["Console"] = 'Console'] = "Console";
15722- OutputDestination[OutputDestination["File"] = 'File'] = "File";
1572315720 OutputDestination[OutputDestination["None"] = 'None'] = "None";
15721+ OutputDestination[OutputDestination["File"] = 'File'] = "File";
15722+ OutputDestination[OutputDestination["Console"] = 'Console'] = "Console";
15723+ OutputDestination[OutputDestination["FileAndConsole"] = 'FileAndConsole'] = "FileAndConsole";
1572415724})(OutputDestination || (OutputDestination = {}));
1572515725
1572615726const defaultLoggerConfig = {
@@ -15891,7 +15891,6 @@ class logger_Logger {
1589115891 };
1589215892
1589315893 switch (opts.output) {
15894- default:
1589515894 case OutputDestination.Console:
1589615895 logger_writeConsole(msg, opts);
1589715896 break;
You can’t perform that action at this time.
0 commit comments