Skip to content

Commit 4cdae0d

Browse files
committed
fix: error trying to modify const
1 parent 9690689 commit 4cdae0d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/preload/plugin.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ const promise = new Promise((res) => {
44
document.addEventListener('DOMContentLoaded', () => {
55
plugin = underscript.plugin('UnderScript App');
66
res(plugin);
7-
promise = undefined;
87
}, { once: true });
98
});
109

0 commit comments

Comments
 (0)