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
Today if we can't write to the file (for example, if the owner of the file is another user) we'll still return true on start(). We should return false instead so users can properly handle this error.
The text was updated successfully, but these errors were encountered:
Today if we can't write to the file (for example, if the owner of the file is another user) we'll still return
true
onstart()
. We should return false instead so users can properly handle this error.The text was updated successfully, but these errors were encountered: