Skip to content

Commit 1b669c7

Browse files
committed
test: debug file content on CI
1 parent ab8d7ca commit 1b669c7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/commands/index.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,9 @@ export const readDirectory: BrowserCommand<[directory: string]> = async (
2222

2323
const tree = await snapshot(directory);
2424

25-
return tree.toString("base64");
25+
const base64 = tree.toString("base64");
26+
27+
console.log(base64);
28+
29+
return base64;
2630
};

0 commit comments

Comments
 (0)