updated comment

This commit is contained in:
aamunger
2023-04-04 16:07:10 -07:00
parent b7a495cdb8
commit d722674f02

View File

@@ -7,8 +7,11 @@ import { handleANSIOutput } from './ansi';
export const scrollableClass = 'scrollable';
/**
* Output is Truncated. View as a [scrollable element] or open in a [text editor]. Adjust [settings...]
*/
function generateViewMoreElement(outputId: string) {
// Output is Truncated. View as a [scrollable element] or open in a [text editor]. Output layout settings
const container = document.createElement('div');
const first = document.createElement('span');
first.textContent = 'Output is Truncated. View as a ';