Skip to content
Snippets Groups Projects
Commit 14cba7f6 authored by Jonathan Chang's avatar Jonathan Chang
Browse files

tab: fix nil modification time

parent 641016da
No related branches found
No related tags found
No related merge requests found
...@@ -324,7 +324,7 @@ class Tab < OpenStruct ...@@ -324,7 +324,7 @@ class Tab < OpenStruct
end end
def source_modified_time def source_modified_time
Time.at(super) Time.at(super || 0)
end end
def to_json(options = nil) def to_json(options = nil)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment