We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbc9b7f commit a4b5bd3Copy full SHA for a4b5bd3
1 file changed
specs/ExecuteScriptWithResult.md
@@ -28,8 +28,7 @@ std::wstring GenerateScriptCode(LPCWSTR str, LPCWSTR reg, LPCWSTR item)
28
return L"";
29
}
30
31
- static std::wstringstream sw;
32
- sw.clear();
+ std::wstringstream sw;
33
34
sw << L"(() => { let str = \"" << str << L"\"; let n = str.replace("
35
<< reg << L", \"" << item << L"\"); return n; })();";
0 commit comments