mirror of
				https://github.com/siyuan-note/plugin-sample-vite-svelte.git
				synced 2025-11-03 21:30:51 +00:00 
			
		
		
		
	update make-link
This commit is contained in:
		
							parent
							
								
									38b8677c15
								
							
						
					
					
						commit
						d5bf3cbc66
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -93,7 +93,7 @@ if (targetDir === '') {
 | 
			
		|||
    log('"targetDir" is empty, try to get SiYuan directory automatically....')
 | 
			
		||||
    let res = await getSiYuanDir();
 | 
			
		||||
    
 | 
			
		||||
    if (res === null) {
 | 
			
		||||
    if (res === null || res === undefined || res.length === 0) {
 | 
			
		||||
        log('Failed! You can set the plugin directory in scripts/make_dev_link.js and try again');
 | 
			
		||||
        process.exit(1);
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue