mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Remove ?
This commit is contained in:
@@ -47,7 +47,7 @@ module.exports = (grunt) ->
|
||||
grunt.log.error("#{metadata.name}: #{msg}")
|
||||
normalizePackageData metadata, reportPackageError, true
|
||||
if metadata.repository.type is 'git'
|
||||
metadata.repository.url ?= metadata.repository.url?.replace(/^git\+/, '')
|
||||
metadata.repository.url = metadata.repository.url?.replace(/^git\+/, '')
|
||||
|
||||
moduleCache = metadata._atomModuleCache ? {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user