better path resolution
This commit is contained in:
@@ -8057,6 +8057,11 @@ static JSValue js_cell_text_format (JSContext *ctx, JSValue this_val, int argc,
|
||||
}
|
||||
}
|
||||
|
||||
if (!made_substitution && JS_IsNull (cv_ref.val)) {
|
||||
substitution = JS_NewString (ctx, "null");
|
||||
made_substitution = 1;
|
||||
}
|
||||
|
||||
if (!made_substitution && !JS_IsNull (cv_ref.val)) {
|
||||
JSValue conv_text_val = JS_ToString (ctx, cv_ref.val);
|
||||
if (JS_IsText (conv_text_val)) {
|
||||
|
||||
Reference in New Issue
Block a user