Skip to content

Commit

Permalink
update note format tip
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixlzx committed Oct 14, 2016
1 parent 8e885e1 commit 6d133c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/done.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ var parseFile = function(filename, fd, filelink, callback) {
var time = meta[2].split(/time:\s?/i)[1];
var content = fd.slice(fd.indexOf('\n---\n') + 5);
} catch (e) {
console.error('Error when reading content properties, please check file: ' + filename);
console.error('Error when reading content properties. Please refer to source code for latest note format. File: ' + filename);
return {};
}

Expand Down

0 comments on commit 6d133c3

Please sign in to comment.