Closed BingYanchi closed 3 years ago
Can you show the stack trace please?
Can you show the stack trace please?
I don't know how to operate, and I haven't encountered such a situation. Maybe you can try the above method to reproduce this situation.
It's simply because you have no semicolon after the return part:
function main() { return "测试"; } main();
It's simply because you have no semicolon after the return part:
function main() { return "测试"; } main();
I tried it, but the phenomenon reappeared. This may not be the problem.
It's simply because you have no semicolon after the return part:
function main() { return "测试"; } main();
Maybe there is something wrong with the encoding of the return output method, or it only appears in 1.16?
When I tried to use Chinese in the return string, an encoding error occurred.
test.js
The output using /papi parse:
Paper 1.16.1 PlaceholderAPI 2.10.9