mirror of
https://git.proxmox.com/git/mirror_xterm.js
synced 2025-10-30 19:26:40 +00:00
11 lines
261 B
Diff
11 lines
261 B
Diff
167a168,170
|
|
> var stream = fs.createWriteStream(__dirname + '/../test/data.js');
|
|
> stream.write('this.data = [\n');
|
|
>
|
|
169a173
|
|
> stream.write(' ' + JSON.stringify(data) + ',\n');
|
|
182a187,189
|
|
>
|
|
> stream.write('];\n');
|
|
> stream.end();
|