mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Merge pull request #2558 from Tyriar/force_build
Whitespace to force a webgl release
This commit is contained in:
@@ -440,3 +440,4 @@ function toPaddedHex(c: number): string {
|
||||
const s = c.toString(16);
|
||||
return s.length < 2 ? '0' + s : s;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user