Sublime Forum

Build seems to be broken in 2.0 - inserts weird chars (OSX)

#1

Hi.

Have tried to reinstall Sublime now 4 times, deleting all preferences and so on.
Problem is the buildscript is inserting some very weird characters. This is me trying to run Jshint. Have tried with both jshint and sublime-jshint, but have also noticed the same error while doing other make builds.

Reproduce:

  1. Install fresh copy of sublime
  2. Install package Control from console
  3. Install Jshint
  4. Select Jshint as build
  5. Find a javascript file
  6. Build, and you’ll se that it’s inserting a weird “u” character in front of the command (See Image)

https://img.skitch.com/20120629-rgwn7xy24r8kryb8bhtqmgap9.jpg

My entire workflow is gone without this. What might be the problem !?

Machine:
Macbook Air 2011 11"
10.7.4
Node version: v0.6.14

0 Likes

#2

The u just means that it’s a unicode string. To me it looks like jshint isn’t in the path or is otherwise not possible to execute.

0 Likes