Compare commits
No commits in common. "252863c813c3a2341e5c3887683e084a7d9f4ef9" and "cca6de18773822788548d7ab27d48537a9738e2f" have entirely different histories.
252863c813
...
cca6de1877
@ -59,10 +59,6 @@ export async function cliPrompt(
|
|||||||
Deno.exit(130);
|
Deno.exit(130);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (byte === 13) { // Enter
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Escape sequence?
|
// Escape sequence?
|
||||||
if (byte === 27 && i + 1 < n && buf[i + 1] === 91) {
|
if (byte === 27 && i + 1 < n && buf[i + 1] === 91) {
|
||||||
const third = buf[i + 2];
|
const third = buf[i + 2];
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@bearmetal/pdf-tools",
|
"name": "@bearmetal/pdf-tools",
|
||||||
"version": "1.0.6",
|
"version": "1.0.5",
|
||||||
"license": "GPL 3.0",
|
"license": "GPL 3.0",
|
||||||
"tasks": {
|
"tasks": {
|
||||||
"dev": "deno run -A --env-file=.env main.ts",
|
"dev": "deno run -A --env-file=.env main.ts",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user