forked from cybrespace/pinafore
		
	update scripts
This commit is contained in:
		
							parent
							
								
									5c38554a38
								
							
						
					
					
						commit
						832b61e3dd
					
				
					 2 changed files with 2 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -44,8 +44,3 @@ export async function restoreMastodonData () {
 | 
			
		|||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
restoreMastodonData().catch(err => {
 | 
			
		||||
  console.error(err)
 | 
			
		||||
  process.exit(1)
 | 
			
		||||
})
 | 
			
		||||
| 
						 | 
				
			
			@ -4,6 +4,7 @@ import childProcessPromise from 'child-process-promise'
 | 
			
		|||
import path from 'path'
 | 
			
		||||
import fs from 'fs'
 | 
			
		||||
import { waitForMastodonToStart } from './wait-for-mastodon-to-start'
 | 
			
		||||
import mkdirpCB from 'mkdirp'
 | 
			
		||||
 | 
			
		||||
const exec = childProcessPromise.exec
 | 
			
		||||
const spawn = childProcessPromise.spawn
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue