We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aad67d commit 4b868f7Copy full SHA for 4b868f7
scripts/install.js
@@ -2,8 +2,6 @@
2
3
const child_process = require('child_process');
4
const os = require('os');
5
-const fs = require('fs');
6
-const path = require('path');
7
8
const lldb = require('./lldb');
9
scripts/windows.js
@@ -1,6 +1,5 @@
1
'use strict';
-const child_process = require('child_process');
const fs = require('fs');
const path = require('path');
0 commit comments