We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1f62fa commit 060d76eCopy full SHA for 060d76e
CefSharp.BrowserSubprocess.Core/CefAppUnmanagedWrapper.cpp
@@ -413,7 +413,7 @@ namespace CefSharp
413
auto callbackWrapper = callbackRegistry->FindWrapper(jsCallbackId);
414
if (callbackWrapper == nullptr)
415
{
416
- errorMessage = "Unable to find callbackWrapper";
+ errorMessage = StringUtils::ToNative("Unable to find JavascriptCallback with Id " + jsCallbackId + " for Frame " + frameId);
417
}
418
else
419
0 commit comments