core icon indicating copy to clipboard operation
core copied to clipboard

Panic when `node.nodeMessageChan <- lib.NodeErase` message is sent for the first time

Open hackintoshrao opened this issue 2 years ago • 0 comments

When the message is sent for the first time using node.nodeMessageChan <- lib.NodeErase, it panics. This is because node.IsRunning is false when the message was sent. The value is set at a later point.

hackintoshrao avatar Nov 06 '22 12:11 hackintoshrao