teamcity-service-messages
Version:
Generate TeamCity service messages.
13 lines (12 loc) • 363 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.settings = void 0;
/**
* Mutable global settings shared between the public API and the Message class.
* Keeping them here breaks the circular require that previously existed between
* index and lib/message.
*/
exports.settings = {
stdout: true,
autoFlowId: true,
};