jvm.js icon indicating copy to clipboard operation
jvm.js copied to clipboard

Loading class fails with _.toMap is not a function

Open dselman opened this issue 6 years ago • 1 comments

(node:20881) UnhandledPromiseRejectionWarning: TypeError: _.toMap is not a function
    at ClassLoader.loadClasses (/Users/dselman/dev/javacto/node_modules/jvm/lib/core/ClassLoader.js:147:34)
    at /Users/dselman/dev/javacto/node_modules/jvm/lib/core/Jar.js:138:23
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:188:7)

dselman avatar Sep 14 '18 00:09 dselman

Fixed in 64bc877a. Thanks for the report! Release tagged at 0.4.0

kylestev avatar Sep 22 '18 00:09 kylestev