Skip to content

Commit

Permalink
feat(src): add log to test string
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcanessa committed Jul 10, 2018
1 parent 0f09538 commit 189d8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const test = str => console.log(str);
const test = str => console.log(`Log: ${str}`);

export default test;

0 comments on commit 189d8d1

Please sign in to comment.