mirror of
https://github.com/privateersclub/wiki.git
synced 2024-11-23 05:39:48 +00:00
[skip ci] oops
Signed-off-by: taskylizard <75871323+taskylizard@users.noreply.github.com>
This commit is contained in:
parent
db5ea0a95e
commit
f6852a002d
14
test.ts
14
test.ts
@ -1,14 +0,0 @@
|
||||
import fs from "fs";
|
||||
import path from "path";
|
||||
import { getTableOfContents } from "./shared";
|
||||
function saveFile() {
|
||||
return new Promise((rslv, rjct) => {
|
||||
getTableOfContents(
|
||||
fs.readFileSync("./docs/wiki/emulation.md", "utf8"),
|
||||
).then((foo) => {
|
||||
console.log(JSON.stringify(foo, null, 2));
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
saveFile();
|
Loading…
Reference in New Issue
Block a user