Added check to make sure that provided options are of the expected type
If an option of an unexpected type is passed, you will get a warning in stderr and it will be reset to its default value
Although not recommended, you can still pass numbers as strings and things will work as expected with no warnings
Fixed deprecated call to fs.truncate with a file descriptor (thanks @Dahlgren in PR #272)
Fixed rare crash caused by an unusual message sent from Steam (issue #283)
View on GitHub