Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor fixes, added default values #794

Merged
merged 10 commits into from
Aug 7, 2024
Prev Previous commit
Merge branch 'stable' into stable_fixes
  • Loading branch information
SukuWc authored Aug 7, 2024
commit 6c80283f7d47ee99e7e8186265d163aad4feb50e
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
}

function handleOutput(e) {
const { short, script } = e.detail;
const { short, script, name } = e.detail;
dispatch("update", {
index: index,
config: new ConfigObject({
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.