Skip to content

Commit

Permalink
fix: app initialization failed
Browse files Browse the repository at this point in the history
Fix #183
Fix #184
  • Loading branch information
piquark6046 committed Dec 28, 2024
1 parent 801c645 commit a67e377
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@list-kr/namulink",
"version": "5.2.0",
"version": "5.2.1",
"description": "",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion sources/banner.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// @downloadURL https://cdn.jsdelivr.net/npm/@list-kr/namulink@latest/dist/NamuLink.user.js
// @license MIT
//
// @version 5.2.0
// @version 5.2.1
// @author PiQuark6046 and contributors
//
// @match https://namu.wiki/*
Expand Down
2 changes: 1 addition & 1 deletion sources/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Win.Object.prototype.toString = new Proxy(Win.Object.prototype.toString, {
}
if (TensorResult.every((Result) => Result >= 3) && typeof ThisArg['content'] !== 'object') {
HideLeftover()
throw new Error()
return []
}
return Reflect.apply(Target, ThisArg, Args)
}
Expand Down

0 comments on commit a67e377

Please sign in to comment.