n8n
Version:
n8n Workflow Automation Tool
11 lines • 445 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.isLogStreamingEnabled = void 0;
const License_1 = require("../../License");
const typedi_1 = require("typedi");
function isLogStreamingEnabled() {
const license = typedi_1.Container.get(License_1.License);
return license.isLogStreamingEnabled();
}
exports.isLogStreamingEnabled = isLogStreamingEnabled;
//# sourceMappingURL=MessageEventBusHelper.js.map
;