Skip to content

Commit

Permalink
A comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtarcommunications committed Jan 5, 2025
1 parent b54c093 commit 1534a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/v1/controllers/download/weeklyArchives.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable no-restricted-syntax, no-await-in-loop, no-continue */
/* istanbul ignore file */
// Run from CLI like:
// node --experimental-specifier-resolution=node -e 'import("./v1/controllers/download/weeklyArchives").then(m => m.weeklyArchives(true));'
// node -e 'import("./v1/controllers/download/weeklyArchives.js").then(m => m.weeklyArchives(true));'
// First parameter tells the script to kill the MySQL pool if running from the CLI
import fs from 'fs';
import cp from 'child_process';
Expand Down

0 comments on commit 1534a48

Please sign in to comment.