mirror of
https://github.com/atom/atom.git
synced 2026-02-15 17:15:24 -05:00
Fix linter error
This commit is contained in:
@@ -246,7 +246,7 @@ class WindowEventHandler {
|
||||
if (/^https?:\/\//.test(uri)) {
|
||||
this.applicationDelegate.openExternal(uri)
|
||||
} else if (uri.startsWith('atom://')) {
|
||||
this.atomEnvironment.uriHandlerRegistry.handleURI(uri);
|
||||
this.atomEnvironment.uriHandlerRegistry.handleURI(uri)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user