Skip to content

Commit 046b92a

Browse files
committed
chore(writejson) add ";"
1 parent 246ae14 commit 046b92a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/writejson.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ test('writejson: write error', t => {
8888
});
8989

9090
test('writejson.sync.try: write error', t => {
91-
let error = writejson.sync.try('/hello.json', json)
91+
let error = writejson.sync.try('/hello.json', json);
92+
9293
t.ok(error, 'should return error: ' + error.message);
9394
t.end();
9495
});

0 commit comments

Comments
 (0)