« get me outta code hell

composite, data: report skipped and misordered inputs - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/composite/control-flow/exitWithoutUpdateValue.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2025-12-07 18:49:48 -0400
committer(quasar) nebula <qznebula@protonmail.com>2025-12-07 18:49:48 -0400
commitc0a972a69cde252fbf881604a0357cc14a970ef7 (patch)
treef21e9e7b650fe1a20b1f7429fc1ec9f5fed82e98 /src/data/composite/control-flow/exitWithoutUpdateValue.js
parent11586658823cc5a392347193bcb27c779c5f8be8 (diff)
composite, data: report skipped and misordered inputs
Diffstat (limited to 'src/data/composite/control-flow/exitWithoutUpdateValue.js')
-rw-r--r--src/data/composite/control-flow/exitWithoutUpdateValue.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/composite/control-flow/exitWithoutUpdateValue.js b/src/data/composite/control-flow/exitWithoutUpdateValue.js
index 3d9fbf76..5104a8c0 100644
--- a/src/data/composite/control-flow/exitWithoutUpdateValue.js
+++ b/src/data/composite/control-flow/exitWithoutUpdateValue.js
@@ -29,8 +29,8 @@ export default templateCompositeFrom({
   steps: () => [
     exitWithoutDependency({
       dependency: input.updateValue(),
-      mode: input('mode'),
       value: input('value'),
+      mode: input('mode'),
     }),
   ],
 });