Skip to content

Commit 052af07

Browse files
committed
Fix inaccurate comment
1 parent fbb0279 commit 052af07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packager/download-project.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const analyzeScratch3 = (projectData) => {
5959
}));
6060
const stageComments = Object.values(stage.comments)
6161
.map((i) => i.text);
62-
// TODO: usesMusic has possible false positives
62+
// TODO: usesMusic has possible false negatives
6363
const usesMusic = projectData.extensions.includes('music');
6464
return {
6565
...unknownAnalysis(),

0 commit comments

Comments
 (0)