Skip to content

Commit d373542

Browse files
committed
fix merge issue
1 parent 7754db7 commit d373542

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Nodejs/Product/Nodejs/Project/ImportWizard/ImportSettings.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ public Task<string> CreateRequestedProjectAsync() {
201201
string filters = Filters;
202202
string startupFile = StartupFile;
203203

204-
bool excludeNodeModules = ExcludeNodeModules;
205204
return Task.Run<string>(() => {
206205
bool success = false;
207206
Guid projectGuid;

0 commit comments

Comments
 (0)