We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9403af3 commit b0b0e87Copy full SHA for b0b0e87
src/mlnet/Commands/New/NewCommandHandler.cs
@@ -41,6 +41,7 @@ public void Execute()
41
logger.Log(LogLevel.Error, e.Message);
42
logger.Log(LogLevel.Debug, e.ToString());
43
logger.Log(LogLevel.Error, Strings.Exiting);
44
+ return;
45
}
46
47
// Sanitize columns
0 commit comments