mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -07:00
Fix bug
This commit is contained in:
parent
c2207d78ff
commit
0f43711e14
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ export default class Replacer {
|
||||||
}
|
}
|
||||||
|
|
||||||
public replacement(ctx, match, key) {
|
public replacement(ctx, match, key) {
|
||||||
const client = 'misskey/src/client/app/';
|
const client = '/src/client/app/';
|
||||||
let name = null;
|
let name = null;
|
||||||
|
|
||||||
const shouldEscape = key[0] == '!';
|
const shouldEscape = key[0] == '!';
|
||||||
|
|
Loading…
Reference in a new issue