| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0b073f8 commit 75004d3
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -100,7 +100,7 @@ void BlobFromFilePath(const FunctionCallbackInfo<Value>& args) { | |||
| 100 | 100 | env, permission::PermissionScope::kFileSystemRead, path.ToStringView()); | |
| 101 | 101 | auto entry = DataQueue::CreateFdEntry(env, args[0]); | |
| 102 | 102 | if (entry == nullptr) { | |
| 103 | - return THROW_ERR_INVALID_ARG_VALUE(env, "Unabled to open file as blob"); | ||
| 103 | + return THROW_ERR_INVALID_ARG_VALUE(env, "Unable to open file as blob"); | ||
| 104 | 104 | } | |
| 105 | 105 | ||
| 106 | 106 | std::vector<std::unique_ptr<DataQueue::Entry>> entries; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments