Skip to content

Commit dbdf39e

Browse files
committed
fix
1 parent 2734659 commit dbdf39e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/repl/src/lib/Output/console/Console.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<script module>
1+
<script module lang="ts">
22
export type Log = {
33
command: 'info' | 'warn' | 'error' | 'table' | 'group' | 'clear' | 'unclonable';
44
action?: 'console';

0 commit comments

Comments
 (0)