UNPKG

n8n

Version:

n8n Workflow Automation Tool

11 lines 404 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NotStringArrayError = void 0; const n8n_workflow_1 = require("n8n-workflow"); class NotStringArrayError extends n8n_workflow_1.UserError { constructor(env) { super(`${env} is not a string array.`); } } exports.NotStringArrayError = NotStringArrayError; //# sourceMappingURL=not-string-array.error.js.map