Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed Nov 14, 2022
1 parent 4963116 commit 4220131
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/nodejs/src/connection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ Connection::Connection(const Napi::CallbackInfo &info) : Napi::ObjectWrap<Connec

// Register replacement scan
// TODO: disabled currently, either fix or remove.
// database_ref->database->instance->config.replacement_scans.emplace_back(
// ScanReplacement, duckdb::make_unique<NodeReplacementScanData>(this));
// database_ref->database->instance->config.replacement_scans.emplace_back(
// ScanReplacement, duckdb::make_unique<NodeReplacementScanData>(this));

Napi::Function callback;
if (info.Length() > 0 && info[1].IsFunction()) {
Expand Down

0 comments on commit 4220131

Please sign in to comment.