Skip to content

Commit

Permalink
amend new pwm-files..
Browse files Browse the repository at this point in the history
Signed-off-by: Diego Casorran <[email protected]>
  • Loading branch information
diegocr committed Dec 5, 2024
1 parent a714bba commit cff2ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ const config = {
if (content[1].includes('var buildVersion = {')) {
type = 'boot';
}
else if (content[0] === 'class MegaComponent extends MegaDataEmitter {') {
else if (content[0] === 'class MegaComponentGroup {') {
type = 'pwm';
}
}
Expand Down

0 comments on commit cff2ae6

Please sign in to comment.