Skip to content

Commit

Permalink
リファクタリング
Browse files Browse the repository at this point in the history
  • Loading branch information
weweweok committed Nov 23, 2023
1 parent 4a117ea commit 2503ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/api/image.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ async function runPython(): Promise<string> {
createAsciiArtFile,
"CreateAsciiArt",
);
createAsciiArt.CreateAsciiArt().create_ascii_art();
await createAsciiArt.CreateAsciiArt().create_ascii_art();

const getAsciiArt = await Deno.readFile("./anime.gif");
return encode(getAsciiArt);
Expand Down

1 comment on commit 2503ae1

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on 2503ae1 Nov 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

UNCAUGHT_EXCEPTION

Error: Cannot load dynamic library because --unstable flag was not set
    at https://deno.land/x/[email protected]/src/ffi.ts:54:13

Please sign in to comment.