tbarlow12 / projector

The create-react-app for CSE projects
2 stars 0 forks source link

Options is accidentally used in place of config in the action handler #46

Open zmmille2 opened 3 years ago

zmmille2 commented 3 years ago

https://github.com/tbarlow12/projector/blob/master/src/extensions/command.ts#L37

Expects the config we've been building up, but is passed the options instead. This leads to unexpected nullity.

zmmille2 commented 3 years ago

Looks like I may have misdiagnosed this, but config still isn't being read... continuing to investigate