Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed Sep 25, 2017
1 parent 23fae22 commit 9aceb6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SQLite/SQLite.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class SQLite {

let status = sqlite3_open_v2(path, &database, options, nil)

StatusError.check(with: status, msg: database?.errorMessage ?? "")
try StatusError.check(with: status, msg: database?.errorMessage ?? "")
}

/**
Expand Down
Binary file modified test_database.sqlite
Binary file not shown.

0 comments on commit 9aceb6a

Please sign in to comment.