Skip to content
Snippets Groups Projects
Commit 6fa3cbcd authored by syuilo's avatar syuilo
Browse files

Fix bug

parent d852cc27
No related merge requests found
......@@ -54,7 +54,7 @@ export default class Replacer {
}
public replacement(ctx, match, key) {
const client = 'misskey/src/client/app/';
const client = '/src/client/app/';
let name = null;
const shouldEscape = key[0] == '!';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment