We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b073f8 commit 75004d3Copy full SHA for 75004d3
src/node_blob.cc
@@ -100,7 +100,7 @@ void BlobFromFilePath(const FunctionCallbackInfo<Value>& args) {
100
env, permission::PermissionScope::kFileSystemRead, path.ToStringView());
101
auto entry = DataQueue::CreateFdEntry(env, args[0]);
102
if (entry == nullptr) {
103
- return THROW_ERR_INVALID_ARG_VALUE(env, "Unabled to open file as blob");
+ return THROW_ERR_INVALID_ARG_VALUE(env, "Unable to open file as blob");
104
}
105
106
std::vector<std::unique_ptr<DataQueue::Entry>> entries;
0 commit comments