We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbb0279 commit 052af07Copy full SHA for 052af07
src/packager/download-project.js
@@ -59,7 +59,7 @@ const analyzeScratch3 = (projectData) => {
59
}));
60
const stageComments = Object.values(stage.comments)
61
.map((i) => i.text);
62
- // TODO: usesMusic has possible false positives
+ // TODO: usesMusic has possible false negatives
63
const usesMusic = projectData.extensions.includes('music');
64
return {
65
...unknownAnalysis(),
0 commit comments