Skip to content
Snippets Groups Projects
Unverified Commit 1d9ea395 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Add missing semicolon

parent 31cc8a39
No related branches found
No related tags found
No related merge requests found
Pipeline #27602 passed
......@@ -142,4 +142,4 @@ export const getStackTrace = () => {
let stack = new Error().stack || '';
stack = stack.split('\n').map(function (line) { return line.trim(); });
return stack.splice(stack[0] === 'Error' ? 2 : 1);
}
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment