mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -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('\t');
|
||||||
}
|
}
|
||||||
|
copyString = copyString.concat(eol);
|
||||||
}
|
}
|
||||||
|
// Removes EoL from the end of the string
|
||||||
|
copyString = copyString.slice(0, -1 * eol.length);
|
||||||
|
|
||||||
return copyString;
|
return copyString;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user