This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"LD_* scout runtime" information: | |
{ | |
"can-write-uinput" : true, | |
"steam-installation" : { | |
"path" : "/home/ardeshir/.local/share/Steam", | |
"data_path" : "/home/ardeshir/.local/share/Steam", | |
"bin32_path" : "/home/ardeshir/.local/share/Steam/ubuntu12_32", | |
"steamscript_path" : "/usr/bin/steam", | |
"steamscript_version" : "1.0.0.78", | |
"issues" : [ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Computer Information: | |
Manufacturer: Dell Inc. | |
Model: 0YD3W1 | |
Form Factor: Laptop | |
No Touch Input Detected | |
Processor Information: | |
CPU Vendor: GenuineIntel | |
CPU Brand: 12th Gen Intel(R) Core(TM) i7-12700H | |
CPU Family: 0x6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"LD_* scout runtime" information: | |
{ | |
"can-write-uinput" : true, | |
"steam-installation" : { | |
"path" : "/home/ardeshir/.local/share/Steam", | |
"data_path" : "/home/ardeshir/.local/share/Steam", | |
"bin32_path" : "/home/ardeshir/.local/share/Steam/ubuntu12_32", | |
"steamscript_path" : "/usr/bin/steam", | |
"steamscript_version" : "1.0.0.78", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// put it in a folder and constantly run `node reproduce-bug.js` | |
// first time may take a little long | |
const childProcess = require("child_process"); | |
const fs = require("fs"); | |
const dirs = ["somerepo1", "somerepo2"]; | |
const filename = "something.js"; | |
let counter = 0; |