Merge pull request #761 from HaveAGitGat/set_original

Update description
master
HaveAGitGat 10 months ago committed by GitHub
commit 96df229353
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -4,8 +4,7 @@ exports.plugin = exports.details = void 0;
/* eslint no-plusplus: ["error", { "allowForLoopAfterthoughts": true }] */ /* eslint no-plusplus: ["error", { "allowForLoopAfterthoughts": true }] */
var details = function () { return ({ var details = function () { return ({
name: 'Set Original File', name: 'Set Original File',
description: 'Set the working file to the original file path at the very start of the flow. ' description: 'Set the working file to the original file path at the very start of the flow.',
+ 'The original file won\'t be affected by subsequent plugins (E.g. Replace Original File).',
style: { style: {
borderColor: 'green', borderColor: 'green',
}, },

@ -7,8 +7,7 @@ import {
/* eslint no-plusplus: ["error", { "allowForLoopAfterthoughts": true }] */ /* eslint no-plusplus: ["error", { "allowForLoopAfterthoughts": true }] */
const details = ():IpluginDetails => ({ const details = ():IpluginDetails => ({
name: 'Set Original File', name: 'Set Original File',
description: 'Set the working file to the original file path at the very start of the flow. ' description: 'Set the working file to the original file path at the very start of the flow.',
+ 'The original file won\'t be affected by subsequent plugins (E.g. Replace Original File).',
style: { style: {
borderColor: 'green', borderColor: 'green',
}, },

Loading…
Cancel
Save