Skip to content

Commit 6885f3f

Browse files
committed
Merge branch 'textmate' of github.com:jeff-hykin/fornix
2 parents 808d623 + 1936139 commit 6885f3f

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

settings/extensions/#standard/commands/tools/fornix/merge_all_templates

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,17 @@ gc python && gm master && gp && \
33
gc python_package && gm python && gp && \
44
gc python_notebook && gm python && gp && \
55
gc node && gm python && gp && \
6-
gc quik_github_pages && gm master && gp && \
7-
gc npm_package && gm master && gp && \
6+
gc quik_github_pages && gm node && gp && \
7+
gc npm_package && gm node && gp && \
88
gc deno_package && gm master && gp && \
9-
gc pnpm && gm master && gp && \
10-
gc electron && gm master && gp && \
9+
gc pnpm && gm node && gp && \
10+
gc electron && gm node && gp && \
1111
gc prolog && gm master && gp && \
1212
gc ruby && gm master && gp && \
1313
gc rust && gm master && gp && \
1414
gc rust_druid && gm rust && gp && \
1515
gc rust_tauri && gm rust && gp && \
16-
gc textmate && gm master && gp && \
16+
gc textmate && gm pnpm && gp && \
17+
gc textmate && gm ruby && gp && \
1718
gc crystal && gm master && gp && \
1819
gc master

settings/extensions/nodejs/commands/check_node_modules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ failed_check_command () {
6363
echo "[$__temp_var__command_name] Check finished (dependencies installed)"
6464
return 0
6565
else
66-
echo "[$__temp_var__command_name] Check failed: issues with npm install"
66+
echo "[$__temp_var__command_name] Check failed: issues with $__temp_var__executable install"
6767
return 1
6868
fi
6969
}

0 commit comments

Comments
 (0)