mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Remove the eol character at the end of string (#7056)
This commit is contained in:
@@ -94,6 +94,7 @@ export async function getResultsString(provider: IGridDataProvider, selection: S
|
|||||||
}
|
}
|
||||||
copyString = copyString.concat(row.join('\t').concat(eol));
|
copyString = copyString.concat(row.join('\t').concat(eol));
|
||||||
});
|
});
|
||||||
|
copyString = copyString.slice(0, -1 * eol.length);
|
||||||
|
|
||||||
return copyString;
|
return copyString;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user