You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!/\bresult=-1\b/.test(output) || !/\bdata="{/.test(output)) {
log.debug(output);
throw new Error('Cannot retrieve SMS list from the device. ' +
'Check the server log for more details');
}
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered:
The problem actually starts before the double quotes. The first regex in the if statement is scoped incorrectly too. It's the !/ that's causing problems.
Steps to Reproduce:
:
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: