Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1ffe8bb

Browse files
committed
cleanup unused
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
1 parent657ca17 commit1ffe8bb

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

‎src/services/hooks/utils/loadCommits.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import * as git from '../../git'
33
constloadCommits=async(commits:string[]):Promise<void>=>{
44
if(commits){
55
// load the current list of commits for validation
6-
constcurrentCommits:string[]=awaitgit.loadCommitHistory()
76
for(constcommitofcommits){
87
awaitgit.loadCommit(commit)
98
}

‎src/services/hooks/utils/openFiles.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import{join}from'path'
22
import*asvscodefrom'vscode'
3-
import{COMMANDS}from'../../../commands'
43

54
constopenFiles=async(files:string[]=[]):Promise<void>=>{
65
if(!files.length){

‎src/services/hooks/utils/runCommands.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import*asTfrom'typings'
21
import{exec}from'../../node'
32
import{send}from'../../../commands'
43

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp