Skip to content

Commit ae3d8a6

Browse files
committed
fix(JS Manifest): Fix programmingLanguage
1 parent c3a14f5 commit ae3d8a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/stdio/discover.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const js: Manifest = {
5555
enum: ['CodeChunk', 'CodeExpression']
5656
},
5757
programmingLanguage: {
58-
enum: ['python']
58+
enum: ['javascript']
5959
}
6060
}
6161
}

0 commit comments

Comments
 (0)