mirror of
https://github.com/atom/atom.git
synced 2026-02-02 10:45:14 -05:00
8 lines
170 B
CoffeeScript
8 lines
170 B
CoffeeScript
date = new Date().getTime()
|
|
require 'atom'
|
|
require 'window'
|
|
|
|
window.setUpEnvironment()
|
|
window.startConfigWindow()
|
|
console.log "Load time: #{new Date().getTime() - date}"
|