This commit is contained in:
promostarr 2017-04-17 16:08:35 +01:00
parent 0a7f183ec7
commit c1c2c6bb41
2 changed files with 10 additions and 9 deletions

16
.idea/workspace.xml generated
View file

@ -17,7 +17,7 @@
<file leaf-file-name="Janitor.rb" pinned="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/Janitor.rb">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="400">
<state relative-caret-position="-80">
<caret line="29" column="19" lean-forward="false" selection-start-line="29" selection-start-column="13" selection-end-line="29" selection-end-column="19" />
<folding />
</state>
@ -27,8 +27,8 @@
<file leaf-file-name="notification.rb" pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/notification.rb">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="449">
<caret line="43" column="4" lean-forward="true" selection-start-line="43" selection-start-column="4" selection-end-line="43" selection-end-column="4" />
<state relative-caret-position="489">
<caret line="45" column="7" lean-forward="false" selection-start-line="45" selection-start-column="7" selection-end-line="45" selection-end-column="7" />
<folding />
</state>
</provider>
@ -268,12 +268,12 @@
<option name="presentableId" value="Default" />
<updated>1492353576138</updated>
<workItem from="1492353577745" duration="1817000" />
<workItem from="1492433677612" duration="7945000" />
<workItem from="1492433677612" duration="8029000" />
</task>
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="9762000" />
<option name="totallyTimeSpent" value="9846000" />
</component>
<component name="ToolWindowManager">
<frame x="0" y="27" width="1920" height="1020" extended-state="6" />
@ -343,7 +343,7 @@
</entry>
<entry file="file://$PROJECT_DIR$/Janitor.rb">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="400">
<state relative-caret-position="-80">
<caret line="29" column="19" lean-forward="false" selection-start-line="29" selection-start-column="13" selection-end-line="29" selection-end-column="19" />
<folding />
</state>
@ -351,8 +351,8 @@
</entry>
<entry file="file://$PROJECT_DIR$/notification.rb">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="449">
<caret line="43" column="4" lean-forward="true" selection-start-line="43" selection-start-column="4" selection-end-line="43" selection-end-column="4" />
<state relative-caret-position="489">
<caret line="45" column="7" lean-forward="false" selection-start-line="45" selection-start-column="7" selection-end-line="45" selection-end-column="7" />
<folding />
</state>
</provider>

View file

@ -42,7 +42,8 @@
jan.gsay(jan.roll)
end
rescue Exception => e
rescue Exception => e
puts e.backtrace
puts "Error: " + e.message
end
end