mirror of
https://github.com/atom/atom.git
synced 2026-02-10 14:45:11 -05:00
Differenter
This commit is contained in:
@@ -67,7 +67,7 @@ module.exports = function parseCommandLine (processArgs) {
|
||||
args = {
|
||||
urlHandler: true,
|
||||
'url-handler': true,
|
||||
_: args._.slice(0, 1)
|
||||
_: args._.filter(str => str.startsWith('atom://')).slice(0, 1)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user