(value)
| 68168 | OCO_ONE_LINE_COMMIT: false, |
| 68169 | OCO_TEST_MOCK_TYPE: "commit-message", |
| 68170 | OCO_WHY: false, |
| 68171 | OCO_OMIT_SCOPE: false, |
| 68172 | OCO_GITPUSH: true, |
| 68173 | // todo: deprecate |
| 68174 | OCO_HOOK_AUTO_UNCOMMENT: false |
| 68175 | }; |
| 68176 | var parseConfigVarValue = (value) => { |
| 68177 | try { |
| 68178 | return JSON.parse(value); |
| 68179 | } catch (error) { |
no test coverage detected
searching dependent graphs…