exe/jscop in jscop-0.1.2 vs exe/jscop in jscop-0.1.3
- old
+ new
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
-require "jscop/version"
+require 'jscop/version'
require_relative '../lib/helpers/lint_ware'
require 'tty-font'
require 'colorize'
def show_title
@@ -24,10 +24,9 @@
def jscop_init
show_title
path = ARGV[0]
-
path = '.' if ARGV.empty?
error_bin = []
js_file_pattern = /(\w|\W)+.js$/