Closed pussinboots closed 5 years ago
Replace the os.Exit call with return statement.
To use the dexter go as a full library we had to adapt the command handling and add a couple of explicit return statements.
But after that it works like charm.
Thank you!
Replace the os.Exit call with return statement.
To use the dexter go as a full library we had to adapt the command handling and add a couple of explicit return statements.
But after that it works like charm.