Skip to content

Commit

Permalink
Merge branch 'master' of github.com:statsbotco/node-Rstats
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltiunov committed Sep 4, 2017
2 parents 788703a + ea7ae39 commit 98b2913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rlink.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ void RWrap::parseEval(const Nan::FunctionCallbackInfo<v8::Value>& info) {
v8::String::Utf8Value param(info[0]->ToString());
std::string command = std::string(*param);
std::string wrapper_before = "toJSON({";
std::string wrapper_after = "}, digits = 50);";
std::string wrapper_after = "});";
std::string full_command = wrapper_before + command + wrapper_after;

Handle<Object> global = Nan::GetCurrentContext()->Global();
Expand Down

0 comments on commit 98b2913

Please sign in to comment.