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 f2ac45b commit 42285c3Copy full SHA for 42285c3
src/InterSpecServer.cpp
@@ -964,7 +964,7 @@ std::string file_to_open_on_load( const std::string &session_token )
964
const Wt::Json::Value &val = base.get( "ProxySetting" );
965
if( val.type() != Wt::Json::Type::StringType )
966
throw runtime_error( "ProxySetting must be a string value" );
967
- config.m_proxy = val.toString();
+ config.m_proxy = val.orIfNull("");
968
}
969
#endif
970
target/electron/package.json
@@ -25,7 +25,7 @@
25
"cmake-js": "^6.1.0"
26
},
27
"devDependencies": {
28
- "electron": "^21.4.3",
+ "electron": "^21.4.4",
29
"electron-packager": "^17.1.1",
30
"node-addon-api": "^6.0.0"
31
0 commit comments