Skip to content

Commit fd1978c

Browse files
committed
fix no class diff showing
1 parent 48c667f commit fd1978c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/tiny_mappings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export class Mappings {
2727
find(name) {
2828
let type = name.split("_")[0].split("/").pop()
2929
switch (type) {
30-
case "c":
30+
case "C":
3131
return this.classes.get(name)
3232
case "m":
3333
return this.methods.get(name)

0 commit comments

Comments
 (0)