Sublime Forum

A small question about the first line in console's output

#1

when i build a js file,the first line in console’s output show as missy code like the pic below.And the Nodejs.sublime-build file has been rewriten as "
“encoding”: “utf-8”,
“windows”:
{
“cmd”: [“taskkill”,"/F", “/IM”, “node.exe”,"&",“node”, “$file”]".
console pic:

0 Likes

#2

Looks like the output of taskkill is something else than utf-8 and can’t therefore be decoded. The build system is configured to automatically replace all unknown characters.

0 Likes