| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent bb374d4 commit c7bd21c
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -99,7 +99,7 @@ std::string TriggerNodeReport(Isolate* isolate, | |||
| 99 | 99 | Environment* env, | |
| 100 | 100 | const char* message, | |
| 101 | 101 | const char* trigger, | |
| 102 | - std::string name, | ||
| 102 | + const std::string& name, | ||
| 103 | 103 | Local<String> stackstr) { | |
| 104 | 104 | std::ostringstream oss; | |
| 105 | 105 | std::string filename; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -44,7 +44,7 @@ std::string TriggerNodeReport(v8::Isolate* isolate, | |||
| 44 | 44 | node::Environment* env, | |
| 45 | 45 | const char* message, | |
| 46 | 46 | const char* trigger, | |
| 47 | - std::string name, | ||
| 47 | + const std::string& name, | ||
| 48 | 48 | v8::Local<v8::String> stackstr); | |
| 49 | 49 | void GetNodeReport(v8::Isolate* isolate, | |
| 50 | 50 | node::Environment* env, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments