Skip to content

Commit

Permalink
misplaced comment
Browse files Browse the repository at this point in the history
  • Loading branch information
urugator committed Feb 12, 2021
1 parent 9619b98 commit 51486fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/mobx/src/types/type-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ export function getDebugName(thing: any, property?: string): string {
} else if (isObservableObject(thing) || isObservableMap(thing) || isObservableSet(thing)) {
named = getAdministration(thing)
} else {
// valid for arrays as well
named = getAtom(thing)
} // valid for arrays as well
}
return named.name_
}

0 comments on commit 51486fd

Please sign in to comment.