mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-01 18:38:02 +00:00
@@ -171,7 +171,7 @@ Widget.prototype.evaluateMacroModule = function(name,actualParams,defaultValue)
|
||||
else for(var i=0; i<actualParams.length; ++i) {
|
||||
args.push(actualParams[i].value);
|
||||
}
|
||||
return macro.run.apply(this,args).toString();
|
||||
return (macro.run.apply(this,args) || "").toString();
|
||||
} else {
|
||||
return defaultValue;
|
||||
}
|
||||
|
Reference in New Issue
Block a user