From 119a40ba2acb4928f6cb3dee237e16acdaa7a04c Mon Sep 17 00:00:00 2001 From: HaveAGitGat Date: Thu, 17 Oct 2024 22:30:47 +0000 Subject: [PATCH] Apply auto-build changes --- .../tools/customFunction/1.0.0/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/FlowPlugins/CommunityFlowPlugins/tools/customFunction/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/tools/customFunction/1.0.0/index.js index 4eb55b3ed..69feb0d0f 100644 --- a/FlowPlugins/CommunityFlowPlugins/tools/customFunction/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/tools/customFunction/1.0.0/index.js @@ -9,8 +9,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge }); }; var __generator = (this && this.__generator) || function (thisArg, body) { - var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g; - return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g; + var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype); + return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g; function verb(n) { return function (v) { return step([n, v]); }; } function step(op) { if (f) throw new TypeError("Generator is already executing."); @@ -42,7 +42,7 @@ var fileUtils_1 = require("../../../../FlowHelpers/1.0.0/fileUtils"); /* eslint no-plusplus: ["error", { "allowForLoopAfterthoughts": true }] */ var details = function () { return ({ name: 'Custom JS Function', - description: 'Write a custom function in JS to run', + description: 'Write a custom function in JS to run with up to 4 outputs', style: { borderColor: 'green', },