Skip to content

Commit 6dc43ad

Browse files
fix typo
1 parent 7b1e0e6 commit 6dc43ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/compression_worker.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class CompressionWorker : public Napi::AsyncWorker {
5656
m_deferred.Resolve(output);
5757
},
5858
};
59-
std::visit(visitor, *result_visitor);
59+
std::visit(result_visitor, *result);
6060
}
6161

6262
void OnError(const Napi::Error& err) {

0 commit comments

Comments
 (0)