Skip to content

Commit

Permalink
Make sure that dspParameters map is always initialized
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov authored and mickaelistria committed Nov 22, 2023
1 parent 0ad0766 commit fd60ded
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2017, 2019 Kichwa Coders Ltd. and others.
* Copyright (c) 2017, 2023 Kichwa Coders Ltd. and others.
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
Expand Down Expand Up @@ -98,6 +98,7 @@ public DSPLaunchDelegateLaunchBuilder(ILaunchConfiguration configuration, String
this.mode = mode;
this.launch = launch;
this.monitor = monitor;
this.dspParameters = new HashMap<>();
}

public DSPLaunchDelegateLaunchBuilder setLaunchDebugAdapter(String debugCmd, List<String> debugCmdArgs) {
Expand Down

0 comments on commit fd60ded

Please sign in to comment.