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 a846e06 commit 9d52b74Copy full SHA for 9d52b74
tools/update-timezone.mjs
@@ -1,6 +1,5 @@
1
#!/usr/bin/env node
2
// Usage: tools/update-timezone.mjs [--dry]
3
-// Passing --dry will redirect output to stdout.
4
import { execSync, spawnSync } from 'node:child_process';
5
import { renameSync } from 'node:fs';
6
import { exit } from 'node:process';
0 commit comments