Differenter

This commit is contained in:
Michelle Tilley
2017-09-21 14:57:33 -07:00
parent 6227203de7
commit eecd524788
2 changed files with 3 additions and 3 deletions

View File

@@ -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)
}
}