Recipe files no longer require a blank line at the end.
This commit is contained in:
@@ -361,6 +361,10 @@ public class RecipeHandler implements IRecipeHandler
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
if ( token.length() > 0 )
|
||||
tokens.add( token );
|
||||
|
||||
reader.close();
|
||||
processTokens( loader, path, line );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user