Skip to content

Commit

Permalink
👕 lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Jul 4, 2016
1 parent fb8159c commit 4c957dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appsrc/util/crash-reporter.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let self = {

sampleCrash: () => {
setTimeout(() => {
throw new Error(`hello this is crash reporter with a sample crash.`)
throw new Error('hello this is crash reporter with a sample crash.')
}, 10)
},

Expand Down

0 comments on commit 4c957dd

Please sign in to comment.