mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 01:15:29 +02:00
Added missing newline characters.
This commit is contained in:
parent
b18bf27bb4
commit
06221100c0
1 changed files with 1 additions and 0 deletions
|
@ -327,6 +327,7 @@ public class LaunchUtils {
|
|||
String line;
|
||||
while ((line = reader.readLine()) != null) {
|
||||
cmdOutput.append(line);
|
||||
cmdOutput.append('\n');
|
||||
}
|
||||
} catch (IOException e) {
|
||||
throw new DebugException(new Status(IStatus.ERROR, GdbPlugin.PLUGIN_ID, DebugException.REQUEST_FAILED,
|
||||
|
|
Loading…
Add table
Reference in a new issue