Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Fix typo when creating SymbolTable #61

Merged
merged 1 commit into from
Jul 23, 2018
Merged

Conversation

MSylvia
Copy link
Member

@MSylvia MSylvia commented Jul 23, 2018

options can be null.

public GenerationOptions (string dir, IEnumerable<Repository> allRepos, Repository repo, ToggleOptions options = null)

Should be Options

Options = options ?? new ToggleOptions ();

@Therzok
Copy link
Contributor

Therzok commented Jul 23, 2018

Jenkins seems like it's acting up

@Therzok Therzok merged commit 4d9c17a into master Jul 23, 2018
@Therzok Therzok deleted the fix-generator-options branch July 23, 2018 18:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants