20 lines
321 B
HTML
20 lines
321 B
HTML
{% minclude "test.md" %}
|
|
|
|
|
|
[% js %]
|
|
|
|
return new Promise((resolve, reject) => {
|
|
|
|
console.log(path.resolve('..'));
|
|
/*
|
|
const log = git.log(path.resolve('..'),'./examples');
|
|
log.then((d)=>{
|
|
const t = git.print_log('httt',d.files);
|
|
console.log('tt',d);
|
|
resolve(t);
|
|
})
|
|
*/
|
|
|
|
});
|
|
|
|
[%endjs%] |