-
Notifications
You must be signed in to change notification settings - Fork 3
Description
On Mac OS Catalina, using node v12.13.0, running ynd simple file.sh results in an error.
Here is the .onsave file:
VAR:
ENV:
PATH: /usr/bin/
CONSOLE : right
LISTENER:
- CMD : ./encrypt.sh
WATCH: *.secret.hjson
and here is the error:
Exception in thread Thread-24:
Traceback (most recent call last):
File "./python3.3/threading.py", line 901, in _bootstrap_inner
File "./python3.3/threading.py", line 858, in run
File "/private/var/folders/92/ws9tlt0x3pd8fck971qx1p5h0000gn/T/AppTranslocation/01EF777C-26AF-45D2-BEFA-AF533D58C85B/d/Sublime Text.app/Contents/MacOS/Packages/Default.sublime-package/exec.py", line 152, in read_fileno
decoder_cls = codecs.getincrementaldecoder(self.listener.encoding)
AttributeError: 'CmdProcess' object has no attribute 'encoding'
Exception in thread Thread-25:
Traceback (most recent call last):
File "./python3.3/threading.py", line 901, in _bootstrap_inner
File "./python3.3/threading.py", line 858, in run
File "/private/var/folders/92/ws9tlt0x3pd8fck971qx1p5h0000gn/T/AppTranslocation/01EF777C-26AF-45D2-BEFA-AF533D58C85B/d/Sublime Text.app/Contents/MacOS/Packages/Default.sublime-package/exec.py", line 152, in read_fileno
decoder_cls = codecs.getincrementaldecoder(self.listener.encoding)
AttributeError: 'CmdProcess' object has no attribute 'encoding'