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 05c7a3d commit 8b7cb40Copy full SHA for 8b7cb40
scripts/package-skill.mjs
@@ -145,6 +145,6 @@ function getAllFiles(dir) {
145
146
try {
147
packageSkill();
148
-} catch (error) {
+} catch {
149
process.exitCode = 1;
150
}
scripts/watch-skill.mjs
@@ -5,8 +5,8 @@
5
* Usage: node scripts/watch-skill.mjs
6
*/
7
8
-import {watch} from 'node:fs';
9
import {execSync} from 'node:child_process';
+import {watch} from 'node:fs';
10
11
const SKILL_DIR = './hackmd-cli';
12
0 commit comments