mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
add filter for git hook on hygiene (#8396)
This commit is contained in:
@@ -583,7 +583,7 @@ if (require.main === module) {
|
|||||||
console.log('Reading git index versions...');
|
console.log('Reading git index versions...');
|
||||||
|
|
||||||
createGitIndexVinyls(some)
|
createGitIndexVinyls(some)
|
||||||
.then(vinyls => new Promise((c, e) => hygiene(es.readArray(vinyls))
|
.then(vinyls => new Promise((c, e) => hygiene(es.readArray(vinyls).pipe(filter(all))) // {{SQL CARBON EDIT}} filter committed files
|
||||||
.on('end', () => c())
|
.on('end', () => c())
|
||||||
.on('error', e)))
|
.on('error', e)))
|
||||||
.catch(err => {
|
.catch(err => {
|
||||||
|
|||||||
Reference in New Issue
Block a user