Update fs.js

This commit is contained in:
marcosrdz 2020-10-13 12:58:06 -04:00 committed by Overtorment
parent 88102f5601
commit 59369bc7a3

View File

@ -98,9 +98,7 @@ const showFilePickerAndReadFile = async function () {
return { data: file, uri: decodeURI(res.uri) };
} catch (err) {
if (!DocumentPicker.isCancel(err)) {
return { data: false, uri: false };
}
return { data: false, uri: false };
}
};