what?
This commit is contained in:
parent
12e30bde99
commit
b1412d3bce
|
@ -1812,7 +1812,7 @@ async function runCallback(args, name) {
|
|||
name = name.trim();
|
||||
return await window['executeQuickReplyByName'](name, args);
|
||||
} catch (error) {
|
||||
throw new Error(`Error running Quick Reply "${name}": ${error.message}`, 'Error');
|
||||
throw new Error(`Error running Quick Reply "${name}": ${error.message}`);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue