lib/jets/commands/runner.rb in jets-1.1.5 vs lib/jets/commands/runner.rb in jets-1.2.0

- old
+ new

@@ -1,7 +1,7 @@ class Jets::Commands::Runner def self.run(code) - Jets.eager_load! + Jets.boot if code =~ %r{^file://} path = code.sub('file://', '') full_path = "#{Jets.root}#{path}" if File.exist?(full_path)