Skip to content

Commit

Permalink
Use hexo-fs instead of fs
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Parisot committed Dec 13, 2017
1 parent d994d52 commit c0787fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugins/renderer/nunjucks.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

var nunjucks = require('nunjucks');
var fs = require('fs');
var fs = require('hexo-fs');

nunjucks.configure('views', {
noCache: true,
Expand Down

0 comments on commit c0787fe

Please sign in to comment.