Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
oc: Modify
read
method to return empty string instead of nil
Changed the `read` method in `mill_engine.mm` to return an empty NSString (`@""`) instead of `nil`. This addresses the issue where `nil` was being returned from a method expected to return a non-null value, ensuring compliance with the method's contract and preventing potential runtime errors.
- Loading branch information