Skip to content

Commit e8bf781

Browse files
committed
Fix format
1 parent 09f06e2 commit e8bf781

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,8 +329,6 @@ Auto-generate code about target data using **ChatGPT**. For example, conversion
329329
etc..
330330
<img src="https://user-images.githubusercontent.com/6661165/216978343-0c1cbedb-e709-4501-8068-deca12e805b0.gif" width=800 />
331331

332-
333-
334332
Export APIKey of OpenAI to `OPENAI_API_KEY`.\
335333
Get APIKey URL: https://platform.openai.com/account/api-keys
336334

libs/actions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ export class GenerateAction {
394394
}
395395
} catch (e) {
396396
console.log(
397-
Colors.red(e.message)
397+
Colors.red(e.message),
398398
);
399399
Deno.exit(1);
400400
}

0 commit comments

Comments
 (0)