Skip to content

Commit

Permalink
Changed push to unshift to make extension version and type appear first
Browse files Browse the repository at this point in the history
  • Loading branch information
Bankminer78 committed Jul 18, 2024
1 parent 81ed9ad commit 6ab3101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jspsych/src/ExtensionManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export class ExtensionManager {
}
: {};

results.push(extensionInfos);
results.unshift(extensionInfos);

return Object.assign({}, ...results);
}
Expand Down

0 comments on commit 6ab3101

Please sign in to comment.