@thanaen/ado-cli 0.4.0 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +1 -0
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -57412,6 +57412,7 @@ var import_GitInterfaces = __toESM(require_GitInterfaces(), 1);
|
|
|
57412
57412
|
var import_WorkItemTrackingInterfaces = __toESM(require_WorkItemTrackingInterfaces(), 1);
|
|
57413
57413
|
var import_BuildInterfaces = __toESM(require_BuildInterfaces(), 1);
|
|
57414
57414
|
var import_VSSInterfaces = __toESM(require_VSSInterfaces(), 1);
|
|
57415
|
+
process.removeAllListeners("warning");
|
|
57415
57416
|
function pickRepo(config, value) {
|
|
57416
57417
|
return value || config.repo;
|
|
57417
57418
|
}
|