Anki/qt/ts
evandrocoan 16d7e89c7d Set to show the JavaScript exception message and stacktrace, when
a exception is throw, showing the function and lines from where
the exception/error is coming from.
https://stackoverflow.com/questions/591857/how-can-i-get-a-javascript-stack-trace-when-i-throw-an-exception

Exception example:
Invalid HTML on card: Error: The media element is missing its 'src' attribute.
at http://127.0.0.1:50233/_anki/reviewer.js:246:23
at http://127.0.0.1:50233/_anki/reviewer.js:112:9
at Array.forEach ()
at setAnkiMedia (http://127.0.0.1:50233/_anki/reviewer.js:111:11)
at AnkiMediaQueue.setup (http://127.0.0.1:50233/_anki/reviewer.js:244:9)
at eval (eval at (http://127.0.0.1:50233/_anki/jquery.js:2:2651), :2:11)
at eval ()
at http://127.0.0.1:50233/_anki/jquery.js:2:2651
at Function.globalEval (http://127.0.0.1:50233/_anki/jquery.js:2:2662)
at Ha (http://127.0.0.1:50233/_anki/jquery.js:3:21262)
2020-04-15 04:15:47 -03:00
..
scss Added box-sizing: border-box; to typeans by default 2020-03-18 20:31:11 -03:00
src Set to show the JavaScript exception message and stacktrace, when 2020-04-15 04:15:47 -03:00
.prettierrc tweaking the folder names again 2020-01-03 07:48:38 +10:00
package-lock.json move css files to scss 2020-01-23 17:27:07 +10:00
package.json Fixed development compilation with Windows 10 2020-02-24 14:59:11 -03:00
tsconfig.json tweaking the folder names again 2020-01-03 07:48:38 +10:00