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 acd3238 commit a6d9193Copy full SHA for a6d9193
utils/bump/extension-manifests.js
@@ -18,9 +18,9 @@
18
}
19
20
// Import LIBS
21
- const fs = require('fs'),
22
- path = require('path'),
23
- { execSync, spawnSync } = require('child_process')
+ const fs = require('fs'), // to read/write files
+ path = require('path'), // to manipulate paths
+ { execSync, spawnSync } = require('child_process') // for git cmds
24
25
// Init CACHE paths
26
const cachePaths = { root: '.cache/' }
0 commit comments