try {
    cleanedArgs = safeEval(tag.functionArgs);
  } catch (err) {
    throw new Error(`Error processing topicRedirect args: ${err}`);
  }