Skip to content

Commit

Permalink
This is probably redundant and impossible to suppress
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Aug 2, 2022
1 parent 777b280 commit 5959ac7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bindings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ static void ConsoleWarn(const v8::FunctionCallbackInfo<v8::Value>& args) {
v8::String::Utf8Value str(args.GetIsolate(), args[i]);
Rf_warningcall_immediate(R_NilValue, ToCString(str));
}
Rprintf("\n");
args.GetReturnValue().Set(v8::Undefined(args.GetIsolate()));
}

Expand Down

0 comments on commit 5959ac7

Please sign in to comment.