(configPath = defaultConfigPath)
| 68203 | OCO_OMIT_SCOPE: parseConfigVarValue(process.env.OCO_OMIT_SCOPE), |
| 68204 | OCO_GITPUSH: parseConfigVarValue(process.env.OCO_GITPUSH) |
| 68205 | // todo: deprecate |
| 68206 | }; |
| 68207 | }; |
| 68208 | var setGlobalConfig = (config8, configPath = defaultConfigPath) => { |
| 68209 | (0, import_fs.writeFileSync)(configPath, (0, import_ini.stringify)(config8), "utf8"); |
| 68210 | }; |
no outgoing calls
no test coverage detected
searching dependent graphs…