Merge pull request #761 from HaveAGitGat/set_original

Update description
This commit is contained in:
HaveAGitGat 2025-01-29 16:53:48 +00:00 committed by GitHub
commit 96df229353
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 4 deletions

View file

@ -4,8 +4,7 @@ exports.plugin = exports.details = void 0;
/* eslint no-plusplus: ["error", { "allowForLoopAfterthoughts": true }] */
var details = function () { return ({
name: 'Set Original File',
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).',
description: 'Set the working file to the original file path at the very start of the flow.',
style: {
borderColor: 'green',
},

View file

@ -7,8 +7,7 @@ import {
/* eslint no-plusplus: ["error", { "allowForLoopAfterthoughts": true }] */
const details = ():IpluginDetails => ({
name: 'Set Original File',
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).',
description: 'Set the working file to the original file path at the very start of the flow.',
style: {
borderColor: 'green',
},