mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-23 17:23:02 -05:00
EoL chars (#7225)
This commit is contained in:
@@ -115,7 +115,10 @@ export async function getResultsString(provider: IGridDataProvider, selection: S
|
||||
}
|
||||
copyString = copyString.concat('\t');
|
||||
}
|
||||
copyString = copyString.concat(eol);
|
||||
}
|
||||
// Removes EoL from the end of the string
|
||||
copyString = copyString.slice(0, -1 * eol.length);
|
||||
|
||||
return copyString;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user