mirror of
https://github.com/cdr/code-server.git
synced 2025-12-08 09:23:00 +01:00
Add comment explaining use of merge
This commit is contained in:
parent
011530e11b
commit
87be3ac235
1 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
|
// This is used to merge JSON files (package.json and product.json) and delete a
|
||||||
|
// few entries we don't want. It's extremely simple, expects very specific
|
||||||
|
// input, and doesn't have any error handling.
|
||||||
const fs = require("fs");
|
const fs = require("fs");
|
||||||
|
|
||||||
const a = process.argv[2];
|
const a = process.argv[2];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue