Skip to content

Commit 3f6dd30

Browse files
committed
fix: broken header
1 parent ce7ddbd commit 3f6dd30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/post-build.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const ringBell = Boolean(env.RING_BELL && (env.RING_BELL.length > 0 && env.RING_
9696
// @name ${pkg.userscriptName}
9797
// @namespace ${pkg.homepage}
9898
// @version ${pkg.version}
99-
// @description ${pkg.description}\
99+
// @description ${pkg.description}
100100
// @homepageURL ${pkg.homepage}#readme
101101
// @supportURL ${pkg.bugs.url}
102102
// @license ${pkg.license}

0 commit comments

Comments
 (0)