This commit is contained in:
promostarr 2017-04-17 16:07:11 +01:00
parent 8dc77ea9d2
commit 0a7f183ec7
2 changed files with 7 additions and 7 deletions

12
.idea/workspace.xml generated
View file

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

View file

@ -43,6 +43,6 @@
end end
rescue Exception => e rescue Exception => e
puts "Error: " + e.message + " TRACE:" + e.backtrace puts "Error: " + e.message
end end
end end