mono/packages/osrl/examples/test-js.html
2025-12-30 16:33:03 +01:00

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%]