Actually make scripts/test lint fail

This commit is contained in:
Chia-liang Kao
2016-07-23 16:23:24 +08:00
parent 73c7965461
commit 44416fdc63
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ app.model({
})
const mainView = (state, prev, send) => {
const count = state.counter;
const count = state.counter
return html`
<main class="app">
+1 -1
View File
@@ -45,7 +45,7 @@ function createModel () {
done()
},
error: (data, state, send, done) => {
console.error(`error: ${data.payload}`
console.error(`error: ${data.payload}`)
done()
}
}