mirror of
https://github.com/atom/atom.git
synced 2026-01-21 04:48:12 -05:00
Add semicolon
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
require('coffee-script');
|
||||
require('coffee-cache').setCacheDir('/tmp/atom-coffee-cache');
|
||||
require(currentWindow.loadSettings.bootstrapScript);
|
||||
currentWindow.emit('window:loaded')
|
||||
currentWindow.emit('window:loaded');
|
||||
}
|
||||
catch (error) {
|
||||
currentWindow.openDevTools();
|
||||
|
||||
Reference in New Issue
Block a user