You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 16, 2019. It is now read-only.
function
df();
callback(@[[NSNull null], @{ @"free" : [NSString stringWithFormat:@"%d", totalFreeSpace], @"total" : [NSString stringWithFormat:@"%d", totalSpace] }]);
will callback the wrong value
callback(@[[NSNull null], @{ @"free" : [NSString stringWithFormat:@"%ld", totalFreeSpace], @"total" : [NSString stringWithFormat:@"%ld", totalSpace] }]);
it work fine!
The text was updated successfully, but these errors were encountered: