File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ var annotations_exporter = function (pl) {
16
16
try {
17
17
var oldAnnotations = fs . readFileSync ( path . resolve ( paths . source . annotations , 'annotations.js' ) , 'utf8' ) ;
18
18
} catch ( ex ) {
19
- console . log ( ex , 'annotations.js file missing from ' + paths . source . annotations + '. This may be expected.' ) ;
19
+ console . log ( 'annotations.js file missing from ' + paths . source . annotations + '. This may be expected.' ) ;
20
20
}
21
21
22
22
//parse as JSON by removing the old wrapping js syntax. comments and the trailing semi-colon
@@ -41,7 +41,7 @@ var annotations_exporter = function (pl) {
41
41
try {
42
42
annotationsMD = fs . readFileSync ( path . resolve ( paths . source . annotations , 'annotations.md' ) , 'utf8' ) ;
43
43
} catch ( ex ) {
44
- console . log ( ex , 'annotations.md file missing from ' + paths . source . annotations + '. This may be expected.' ) ;
44
+ console . log ( 'annotations.md file missing from ' + paths . source . annotations + '. This may be expected.' ) ;
45
45
}
46
46
47
47
//take the annotation snippets and split them on our custom delimiter
You can’t perform that action at this time.
0 commit comments