Skip to content

Commit 119a40b

Browse files
HaveAGitGatgithub-actions[bot]
authored andcommitted
Apply auto-build changes
1 parent 279bc3f commit 119a40b

File tree

1 file changed

+3
-3
lines changed
  • FlowPlugins/CommunityFlowPlugins/tools/customFunction/1.0.0

1 file changed

+3
-3
lines changed

FlowPlugins/CommunityFlowPlugins/tools/customFunction/1.0.0/index.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
99
});
1010
};
1111
var __generator = (this && this.__generator) || function (thisArg, body) {
12-
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
13-
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
12+
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);
13+
return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
1414
function verb(n) { return function (v) { return step([n, v]); }; }
1515
function step(op) {
1616
if (f) throw new TypeError("Generator is already executing.");
@@ -42,7 +42,7 @@ var fileUtils_1 = require("../../../../FlowHelpers/1.0.0/fileUtils");
4242
/* eslint no-plusplus: ["error", { "allowForLoopAfterthoughts": true }] */
4343
var details = function () { return ({
4444
name: 'Custom JS Function',
45-
description: 'Write a custom function in JS to run',
45+
description: 'Write a custom function in JS to run with up to 4 outputs',
4646
style: {
4747
borderColor: 'green',
4848
},

0 commit comments

Comments
 (0)