We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8df87a1 commit b2cba32Copy full SHA for b2cba32
rewrite/figma.ts
@@ -1,7 +1,4 @@
1
import { matchFile, REWRITE_PATTERN, REWRITE_REPLACER } from './config'
2
-import { patchErrorStack } from './patch'
3
-
4
-patchErrorStack()
5
6
async function rewriteScript() {
7
const current = document.currentScript as HTMLScriptElement
rewrite/patch.ts
0 commit comments