mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
First implementation of the fakeInput mode. (And other improvements.)
This commit is contained in:
parent
b6d08459a5
commit
a2fa00fb98
5 changed files with 188 additions and 59 deletions
|
@ -59,7 +59,6 @@ function parseErrorStack(errorStack){
|
|||
"use strict";
|
||||
|
||||
var callers = errorStack.trim().split("\n");
|
||||
//console.log(callers);
|
||||
var findme = callers.shift(); // Remove us from the stack
|
||||
findme = findme.replace(/(:[0-9]+){1,2}$/, ""); // rm line & column
|
||||
// Eliminate squashed stack. stack may contain 2+ stacks, but why...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue