File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ Returns the default content of "nsconfig.json" merged with the properties provid
196196 * Returns the default content of "nsconfig.json" merged with the properties provided by the "data" argument.
197197 * @param {Object} data Properties that should not be defaulted.
198198 */
199- getNsConfigDefaultContent (data: Object ): string
199+ getNsConfigDefaultContent (data? : Object ): string
200200` ` `
201201
202202## extensibilityService
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ export class ProjectDataService implements IProjectDataService {
126126 }
127127
128128 @exported ( "projectDataService" )
129- public getNsConfigDefaultContent ( data : Object ) : string {
129+ public getNsConfigDefaultContent ( data ? : Object ) : string {
130130 const config : INsConfig = { } ;
131131 Object . assign ( config , data ) ;
132132
You can’t perform that action at this time.
0 commit comments