Removed try/catch/finally and idleWorkTimer

BUG: sometimes cursor gets hidden, can't type anymore.
This commit is contained in:
Hans Pinckaers 2011-08-25 15:57:08 +02:00
parent 66e616304d
commit ded9825097
2 changed files with 314 additions and 605 deletions

View file

@ -24,7 +24,7 @@ hash node > /dev/null 2>&1 || {
NODE_VERSION=$(node --version) NODE_VERSION=$(node --version)
if [ ! $(echo $NODE_VERSION | cut -d "." -f 1-2) = "v0.4" ]; then if [ ! $(echo $NODE_VERSION | cut -d "." -f 1-2) = "v0.4" ]; then
echo "You're running a wrong version of node, you're using $NODE_VERSION, we need v0.4.x" >&2 echo "You're running a wrong version of node, you're using $NODE_VERSION, we need v0.4.x" >&2
exit 1 # exit 1
fi fi
#Is npm installed? #Is npm installed?

File diff suppressed because it is too large Load diff