Skip to content

Commit a6d9193

Browse files
committed
1 parent acd3238 commit a6d9193

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utils/bump/extension-manifests.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
}
1919

2020
// Import LIBS
21-
const fs = require('fs'),
22-
path = require('path'),
23-
{ execSync, spawnSync } = require('child_process')
21+
const fs = require('fs'), // to read/write files
22+
path = require('path'), // to manipulate paths
23+
{ execSync, spawnSync } = require('child_process') // for git cmds
2424

2525
// Init CACHE paths
2626
const cachePaths = { root: '.cache/' }

0 commit comments

Comments
 (0)