Compare commits
	
		
			No commits in common. "d70e660a79d565cae43f54dcab33847058f97cf1" and "68e4de75bf747e248c8d18d09e77add608fa9d47" have entirely different histories.
		
	
	
		
			d70e660a79
			...
			68e4de75bf
		
	
		
| @ -1,7 +1,5 @@ | |||||||
| "use strict"; | "use strict"; | ||||||
| 
 | 
 | ||||||
| var fs = require('fs').promises; |  | ||||||
| 
 |  | ||||||
| function create(Desi, options) { | function create(Desi, options) { | ||||||
|   var fsapi = Desi.fsapi; |   var fsapi = Desi.fsapi; | ||||||
|   options.blogdir = options.blogdir || options.working_path; |   options.blogdir = options.blogdir || options.working_path; | ||||||
| @ -35,7 +33,7 @@ function create(Desi, options) { | |||||||
| 
 | 
 | ||||||
|   fsapi.getCache = function () { |   fsapi.getCache = function () { | ||||||
|     return fs |     return fs | ||||||
|       .readFile(options.blogdir, "/cache.json") |       .readFileAsync(options.blogdir, "/cache.json") | ||||||
|       .catch(function (/*e*/) { |       .catch(function (/*e*/) { | ||||||
|         return {}; |         return {}; | ||||||
|       }) |       }) | ||||||
|  | |||||||
							
								
								
									
										2
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							| @ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|   "name": "desirae", |   "name": "desirae", | ||||||
|   "version": "0.12.2", |   "version": "0.12.1", | ||||||
|   "lockfileVersion": 1, |   "lockfileVersion": 1, | ||||||
|   "requires": true, |   "requires": true, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|  | |||||||
| @ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|   "name": "desirae", |   "name": "desirae", | ||||||
|   "version": "0.12.2", |   "version": "0.12.1", | ||||||
|   "description": "An in-browser static blog library and static site generator. Similar to Jekyll, Octopress, Nanoc, etc", |   "description": "An in-browser static blog library and static site generator. Similar to Jekyll, Octopress, Nanoc, etc", | ||||||
|   "main": "desirae.js", |   "main": "desirae.js", | ||||||
|   "scripts": { |   "scripts": { | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user