Skip to content

Commit 189d8d1

Browse files
committed
feat(src): add log to test string
1 parent 0f09538 commit 189d8d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
const test = str => console.log(str);
1+
const test = str => console.log(`Log: ${str}`);
22

33
export default test;

0 commit comments

Comments
 (0)