Closed Droppers closed 4 years ago
I just remembered being confused about a null reference exception at first in DotCompiler. I have removed the empty constructor for DotNode, and added proper null / empty checks.
DotCompiler
DotNode
I just remembered being confused about a null reference exception at first in
DotCompiler
. I have removed the empty constructor forDotNode
, and added proper null / empty checks.