We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 610f380 commit a50acc7Copy full SHA for a50acc7
1 file changed
src/runtime/javascript/factory.cc
@@ -56,6 +56,7 @@ namespace ssc::runtime::javascript {
56
"if (typeof value === 'string') { \n"
57
" try { \n"
58
" detail = decodeURIComponent(value); \n"
59
+ " if (detail === '') detail = '{}'; \n"
60
" detail = JSON.parse(detail); \n"
61
" } catch (err) { \n"
62
" if (!detail) { \n"
0 commit comments