Skip to content

Commit 1d5c800

Browse files
chore: some more cleanup let's goooo
1 parent c88324e commit 1d5c800

4 files changed

Lines changed: 161 additions & 139 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: help examples example-1 example-2 example-3 example-4 example-5 example-6 example-7 example-8 example-9 example-10 example-11 example-12 example-13 example-14 example-15 example-16 example-17 example-18 example-19 example-20 example-21 example-22 example-23 example-24 example-25 example-26 test lint build browser
1+
.PHONY: help examples example-1 example-2 example-3 example-4 example-5 example-6 example-7 example-8 example-9 example-10 example-11 example-12 example-13 example-14 example-15 example-16 example-17 example-18 example-19 example-20 example-21 example-22 example-23 example-24 example-25 example-26 example-27 test lint build browser browser-serve
22

33
# Default target
44
help:

examples/04-transcription-prerecorded-url.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,4 @@ async function transcribeUrl() {
3434
}
3535
}
3636

37-
// WORKS!
3837
transcribeUrl();

examples/24-error-handling.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,4 @@ async function exampleWithErrorHandling() {
3030
}
3131
}
3232

33-
// WORKS!
3433
exampleWithErrorHandling();

0 commit comments

Comments
 (0)